#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 45 of file ethercatcoe.h.
uint16 ec_OElistt::BitLength[EC_MAXOELIST] |
array of bit lengths, see EtherCAT specification
Definition at line 54 of file ethercatcoe.h.
uint16 ec_OElistt::DataType[EC_MAXOELIST] |
array of value infos, see EtherCAT specification
Definition at line 52 of file ethercatcoe.h.
uint16 ec_OElistt::Entries |
number of entries in list
Definition at line 48 of file ethercatcoe.h.
char ec_OElistt::Name[EC_MAXOELIST][EC_MAXNAME+1] |
textual description of each index
Definition at line 58 of file ethercatcoe.h.
uint16 ec_OElistt::ObjAccess[EC_MAXOELIST] |
array of object access bits, see EtherCAT specification
Definition at line 56 of file ethercatcoe.h.
uint8 ec_OElistt::ValueInfo[EC_MAXOELIST] |
array of value infos, see EtherCAT specification
Definition at line 50 of file ethercatcoe.h.