|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Where a mapped object sits in the image, and which direction it belongs to. More...
#include <process_image.h>
Public Attributes | |
| uint32_t | bitOffset |
| Absolute bit offset within the direction's image. | |
| uint16_t | bitLength |
| Width of the value in bits. | |
| bool | isOutput |
| True for an RxPDO output, false for a TxPDO input. | |
| size_t | entryIndex |
Where a mapped object sits in the image, and which direction it belongs to.
| uint16_t mm::node::ProcessImage::Location::bitLength |
Width of the value in bits.
| uint32_t mm::node::ProcessImage::Location::bitOffset |
Absolute bit offset within the direction's image.
| size_t mm::node::ProcessImage::Location::entryIndex |
Index within outputs (output) or inputs (input). For an output, this addresses the matching lock-free staging slot in ProcessData.
| bool mm::node::ProcessImage::Location::isOutput |
True for an RxPDO output, false for a TxPDO input.