8#ifndef INC_OBJDICTDEF_H_
9#define INC_OBJDICTDEF_H_
27#define visible_string 0x09
28#define octet_string 0x0A
29#define unicode_string 0x0B
30#define time_of_day 0x0C
31#define time_difference 0x0D
47#define pdo_communication_parameter 0x20
48#define pdo_mapping 0x21
49#define sdo_parameter 0x22
64#define TO_BE_SAVE 0x04
65#define DCF_TO_SEND 0x08
103typedef const indextable * (*scanIndexOD_t)(
UNS16 wIndex,
UNS32 * errorCode, ODCallback_t **Callback);
108#define GET_NODE_ID(m) (UNS16_LE(m.cob_id) & 0x7f)
109#define GET_FUNCTION_CODE(m) (UNS16_LE(m.cob_id) >> 7)
#define UNS8
Unsigned int8 representation in CANFest.
#define UNS16
Unsigned int16 representation in CANFest.
#define UNS32
Unsigned int32 representation in CANFest.
struct td_indextable indextable
struct td_subindex subindex
This structure contains all necessary informations to define a CANOpen node.