Alex exoskeleton
ALEX SoftwareDocumentation
|
Data types structure - Defined in CANOpen Code. More...
#include <CO_comm_helpers.h>
Public Attributes | |
char * | syntax |
int | length |
int(* | dataTypePrint )(char *strout, int stroutSize, char *bufSdo, int bufLen) |
int(* | dataTypeScan )(char *bufSdo, int bufSdoSize, char *strin) |
Data types structure - Defined in CANOpen Code.
Definition at line 49 of file CO_comm_helpers.h.
int(* dataType_t::dataTypePrint) (char *strout, int stroutSize, char *bufSdo, int bufLen) |
Definition at line 52 of file CO_comm_helpers.h.
int(* dataType_t::dataTypeScan) (char *bufSdo, int bufSdoSize, char *strin) |
Definition at line 53 of file CO_comm_helpers.h.
int dataType_t::length |
Definition at line 51 of file CO_comm_helpers.h.
char* dataType_t::syntax |
Definition at line 50 of file CO_comm_helpers.h.