Lely core libraries 2.3.4
|
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... | |
An accessor providing read-only access to TPDO-mapped objects in a remote object dictionary.
Definition at line 451 of file master.hpp.
|
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.
idx | the object index. |
Definition at line 466 of file master.hpp.