|
SOEM
v1.3.0
|
#include <ethercatsoe.h>
Data Fields | |
| uint16 | currentlength |
| uint16 | maxlength |
| union { | |
| uint8 byte [8] | |
| uint16 word [4] | |
| uint32 dword [2] | |
| uint64 lword [1] | |
| }; | |
SoE list structure
| union { ... } |
| uint8 ec_SoElistt::byte[8] |
| uint16 ec_SoElistt::currentlength |
current length in bytes of list
| uint32 ec_SoElistt::dword[2] |
| uint64 ec_SoElistt::lword[1] |
| uint16 ec_SoElistt::maxlength |
maximum length in bytes of list
| uint16 ec_SoElistt::word[4] |
1.8.3.1