#include <ethercatcoe.h>
Public Attributes | |
uint16 | BitLength [EC_MAXOELIST] |
uint16 | DataType [EC_MAXOELIST] |
uint16 | Entries |
char | Name [EC_MAXOELIST][EC_MAXNAME+1] |
uint16 | ObjAccess [EC_MAXOELIST] |
uint8 | ValueInfo [EC_MAXOELIST] |
Definition at line 75 of file ethercatcoe.h.
array of bit lengths, see EtherCAT specification
Definition at line 84 of file ethercatcoe.h.
array of value infos, see EtherCAT specification
Definition at line 82 of file ethercatcoe.h.
number of entries in list
Definition at line 78 of file ethercatcoe.h.
char ec_OElistt::Name[EC_MAXOELIST][EC_MAXNAME+1] |
textual description of each index
Definition at line 88 of file ethercatcoe.h.
array of object access bits, see EtherCAT specification
Definition at line 86 of file ethercatcoe.h.
array of value infos, see EtherCAT specification
Definition at line 80 of file ethercatcoe.h.