|
YARP CiA-402 EtherCAT Device 0.6.0
YARP device plugin for EtherCAT CiA-402 drives
|
Metadata describing a field inside the raw TxPDO image. More...
#include <CiA402/EthercatManager.h>
Public Attributes | |
| TxField | id |
| Logical field id. | |
| uint32_t | byteOffset |
| Byte offset from the base of the Tx image. | |
| uint8_t | bitSize |
| Size in bits (8/16/32). | |
Metadata describing a field inside the raw TxPDO image.
Definition at line 74 of file EthercatManager.h.
| uint8_t CiA402::FieldInfo::bitSize |
Size in bits (8/16/32).
Definition at line 78 of file EthercatManager.h.
| uint32_t CiA402::FieldInfo::byteOffset |
Byte offset from the base of the Tx image.
Definition at line 77 of file EthercatManager.h.
| TxField CiA402::FieldInfo::id |
Logical field id.
Definition at line 76 of file EthercatManager.h.