#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 80 of file ethercatcoe.h.
array of bit lengths, see EtherCAT specification
Definition at line 89 of file ethercatcoe.h.
array of value infos, see EtherCAT specification
Definition at line 87 of file ethercatcoe.h.
number of entries in list
Definition at line 83 of file ethercatcoe.h.
char ec_OElistt::Name[EC_MAXOELIST][EC_MAXNAME+1] |
textual description of each index
Definition at line 93 of file ethercatcoe.h.
array of object access bits, see EtherCAT specification
Definition at line 91 of file ethercatcoe.h.
array of value infos, see EtherCAT specification
Definition at line 85 of file ethercatcoe.h.