Lely core libraries  2.3.4
lely::canopen::BasicMaster::RpdoMapped Class Reference

An accessor providing read-only access to TPDO-mapped objects in a remote object dictionary. More...

#include <master.hpp>

Public Member Functions

ConstObject operator[] (uint16_t idx) const noexcept
 Returns an accessor object that provides read-only access to the specified RPDO-mapped object in the remote object dictionary. More...
 

Detailed Description

An accessor providing read-only access to TPDO-mapped objects in a remote object dictionary.

Definition at line 451 of file master.hpp.

Member Function Documentation

◆ operator[]()

ConstObject lely::canopen::BasicMaster::RpdoMapped::operator[] ( uint16_t  idx) const
inlinenoexcept

Returns an accessor object that provides read-only access to the specified RPDO-mapped object in the remote object dictionary.

Note that this function succeeds even if the object does not exist.

Parameters
idxthe object index.
Returns
an accessor object for a CANopen object in the remote object dictionary.

Definition at line 466 of file master.hpp.


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