|
Lely core libraries
1.9.2
|
A mutator providing read/write access to a CANopen object in a local object dictionary. More...
#include <master.hpp>
Public Member Functions | |
| SubObject | operator[] (uint8_t subidx) |
| Returns a mutator object that provides read/write access to the specified CANopen sub-object in the local object dictionary. More... | |
| ConstSubObject | operator[] (uint8_t subidx) const |
| Returns an accessor object that provides read-only access to the specified CANopen sub-object in the local object dictionary. More... | |
A mutator providing read/write access to a CANopen object in a local object dictionary.
Definition at line 273 of file master.hpp.
|
inline |
Returns a mutator object that provides read/write access to the specified CANopen sub-object in the local object dictionary.
Note that this function succeeds even if the sub-object does not exist.
| subidx | the object sub-index. |
Definition at line 287 of file master.hpp.
|
inline |
Returns an accessor object that provides read-only access to the specified CANopen sub-object in the local object dictionary.
Note that this function succeeds even if the object does not exist.
| subidx | the object sub-index. |
Definition at line 301 of file master.hpp.