Motion Master
Loading...
Searching...
No Matches
Public Attributes | List of all members
common::PdoMappings Struct Reference

Represents the mapped PDO entries for a slave device. More...

#include <common.h>

Public Attributes

std::vector< PdoMappingEntryrxPdos
 
std::vector< PdoMappingEntrytxPdos
 

Detailed Description

Represents the mapped PDO entries for a slave device.

This structure contains two vectors:

Each entry in these vectors holds detailed mapping information, including:

Member Data Documentation

◆ rxPdos

std::vector<PdoMappingEntry> common::PdoMappings::rxPdos

Mapped entries for received PDOs (Slave inputs, Master outputs)

◆ txPdos

std::vector<PdoMappingEntry> common::PdoMappings::txPdos

Mapped entries for transmitted PDOs (Slave outputs, Master inputs)


The documentation for this struct was generated from the following file: