|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
One PDO-mapped object as recorded in the dump header. More...
#include <process_data_dump.h>
Public Attributes | |
| uint16_t | index = 0 |
| uint8_t | subindex = 0 |
| bool | isOutput = false |
| True for an RxPDO output, false for a TxPDO input. | |
| uint16_t | dataType = 0 |
| ETG.1020 data-type code, or 0 when the OD was not enumerated. | |
| uint16_t | bitLength = 0 |
| Width of the value in bits. | |
| uint32_t | bitOffset = 0 |
| Absolute bit offset within its direction's image. | |
| std::string | name |
| Object name, or empty when the OD was not enumerated. | |
One PDO-mapped object as recorded in the dump header.
| uint16_t mm::node::DumpPdoEntry::bitLength = 0 |
Width of the value in bits.
| uint32_t mm::node::DumpPdoEntry::bitOffset = 0 |
Absolute bit offset within its direction's image.
| uint16_t mm::node::DumpPdoEntry::dataType = 0 |
ETG.1020 data-type code, or 0 when the OD was not enumerated.
| uint16_t mm::node::DumpPdoEntry::index = 0 |
| bool mm::node::DumpPdoEntry::isOutput = false |
True for an RxPDO output, false for a TxPDO input.
| std::string mm::node::DumpPdoEntry::name |
Object name, or empty when the OD was not enumerated.
| uint8_t mm::node::DumpPdoEntry::subindex = 0 |