|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Everything needed to decode one PDO object from a raw process-image snapshot: which image it lives in, where, and how wide / what type. More...
#include <device_manager.h>
Public Attributes | |
| bool | isOutput |
| True if the object is in the output image (RxPDO), false for input. | |
| uint32_t | bitOffset |
| Absolute bit offset within that direction's image. | |
| uint16_t | bitLength |
| Width of the value in bits. | |
| uint16_t | dataType |
| ETG.1020 data-type code, for decoding the extracted bytes. | |
Everything needed to decode one PDO object from a raw process-image snapshot: which image it lives in, where, and how wide / what type.
| uint16_t mm::node::DeviceManager::PdoSampleSpec::bitLength |
Width of the value in bits.
| uint32_t mm::node::DeviceManager::PdoSampleSpec::bitOffset |
Absolute bit offset within that direction's image.
| uint16_t mm::node::DeviceManager::PdoSampleSpec::dataType |
ETG.1020 data-type code, for decoding the extracted bytes.
| bool mm::node::DeviceManager::PdoSampleSpec::isOutput |
True if the object is in the output image (RxPDO), false for input.