Alex exoskeleton
ALEX SoftwareDocumentation
Public Attributes | List of all members
dataType_t Struct Reference

Data types structure - Defined in CANOpen Code. More...

#include <CO_comm_helpers.h>

Collaboration diagram for dataType_t:
Collaboration graph

Public Attributes

char * syntax
 
int length
 
int(* dataTypePrint )(char *strout, int stroutSize, char *bufSdo, int bufLen)
 
int(* dataTypeScan )(char *bufSdo, int bufSdoSize, char *strin)
 

Detailed Description

Data types structure - Defined in CANOpen Code.

Definition at line 49 of file CO_comm_helpers.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: