Motion Master
|
Represents the PDO mapping for RX and TX channels. More...
#include <common.h>
Public Attributes | |
std::map< std::uint16_t, std::vector< std::uint32_t > > | rx |
std::map< std::uint16_t, std::vector< std::uint32_t > > | tx |
Represents the PDO mapping for RX and TX channels.
Contains two ordered maps:
rx
: Maps 16-bit keys to vectors of 32-bit unsigned integers for receive PDO entries.tx
: Maps 16-bit keys to vectors of 32-bit unsigned integers for transmit PDO entries. std::map<std::uint16_t, std::vector<std::uint32_t> > common::UiPdoMapping::rx |
std::map<std::uint16_t, std::vector<std::uint32_t> > common::UiPdoMapping::tx |