|
Motion Master
|
Represents a single PDO (Process Data Object) mapping entry. More...
#include <base.h>
Public Attributes | |
| uint16_t | pdoIndex |
| The PDO index (e.g., 0x1600 or 0x1A00) | |
| uint16_t | index |
| The object dictionary index (e.g., 0x607A) | |
| uint8_t | subindex |
| The subindex of the object (e.g., 0x00) | |
| uint8_t | bitlength |
| The size of the mapped entry in bits (e.g., 16, 32, etc.) | |
Represents a single PDO (Process Data Object) mapping entry.
This structure defines a mapping for one object within a PDO. It includes:
| uint8_t mm::comm::base::PdoMappingEntry::bitlength |
The size of the mapped entry in bits (e.g., 16, 32, etc.)
| uint16_t mm::comm::base::PdoMappingEntry::index |
The object dictionary index (e.g., 0x607A)
| uint16_t mm::comm::base::PdoMappingEntry::pdoIndex |
The PDO index (e.g., 0x1600 or 0x1A00)
| uint8_t mm::comm::base::PdoMappingEntry::subindex |
The subindex of the object (e.g., 0x00)