Motion Master
|
Represents the mapped PDO entries for a slave device. More...
#include <base.h>
Public Attributes | |
std::vector< PdoMappingEntry > | rxPdos |
std::vector< PdoMappingEntry > | txPdos |
Represents the mapped PDO entries for a slave device.
This structure contains two vectors:
Each entry in these vectors holds detailed mapping information, including:
std::vector<PdoMappingEntry> mm::comm::base::PdoMappings::rxPdos |
Mapped entries for received PDOs (Slave inputs, Master outputs)
std::vector<PdoMappingEntry> mm::comm::base::PdoMappings::txPdos |
Mapped entries for transmitted PDOs (Slave outputs, Master inputs)