|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
One default PDO (RxPDO category 51 / 0x33, or TxPDO category 50 / 0x32). More...
#include <sii.h>
Public Attributes | |
| uint16_t | pdoIndex = 0 |
| PDO object index (0x16xx / 0x1Axx). | |
| uint8_t | nEntry = 0 |
| Declared number of mapped entries. | |
| uint8_t | syncM = 0 |
| Assigned Sync Manager. | |
| uint8_t | synchronization = 0 |
| Synchronisation type. | |
| uint8_t | nameIdx = 0 |
| STRINGS index of the PDO name. | |
| uint16_t | flags = 0 |
| PDO flags. | |
| std::vector< SiiCategoryPdoEntryElement > | entries |
One default PDO (RxPDO category 51 / 0x33, or TxPDO category 50 / 0x32).
| std::vector<SiiCategoryPdoEntryElement> mm::comm::SiiCategoryPdoElement::entries |
Mapped entries (may be < nEntry if the category payload was truncated).
| uint16_t mm::comm::SiiCategoryPdoElement::flags = 0 |
PDO flags.
| uint8_t mm::comm::SiiCategoryPdoElement::nameIdx = 0 |
STRINGS index of the PDO name.
| uint8_t mm::comm::SiiCategoryPdoElement::nEntry = 0 |
Declared number of mapped entries.
| uint16_t mm::comm::SiiCategoryPdoElement::pdoIndex = 0 |
PDO object index (0x16xx / 0x1Axx).
| uint8_t mm::comm::SiiCategoryPdoElement::synchronization = 0 |
Synchronisation type.
| uint8_t mm::comm::SiiCategoryPdoElement::syncM = 0 |
Assigned Sync Manager.