mcx::ecat::EcatPdoInfo
less than a minute
mcx::ecat::EcatPdoInfo
#include <ecat_xmltypes.h>
Public Attributes
Name | |
---|---|
bool | is_visible |
unsigned int | index |
unsigned int | subindex |
unsigned int | byte_offset |
unsigned int | bit_offset |
std::string | name |
std::string | group |
DataTypeDesc | data_type |
std::vector< ParameterLink > | links |
std::vector< EcatPdoInfo > | entries |
Detailed Description
struct mcx::ecat::EcatPdoInfo;
PDO entry configuration information.
This is the data type of the entries field in ec_pdo_info_t.
Public Attributes Documentation
variable is_visible
bool is_visible;
variable index
unsigned int index;
PDO entry index.
variable subindex
unsigned int subindex;
PDO entry subindex.
variable byte_offset
unsigned int byte_offset;
Byte offset inside domain.
variable bit_offset
unsigned int bit_offset;
Bit offset is relative to byte offset.
variable name
std::string name;
variable group
std::string group;
variable data_type
DataTypeDesc data_type;
variable links
std::vector< ParameterLink > links;
variable entries
std::vector< EcatPdoInfo > entries;
Updated on 2022-04-05 at 16:21:27 +0200