|
Lely core libraries
1.9.2
|
An accessor providing read-only access to a CANopen sub-object in a local object dictionary. More...
#include <master.hpp>
Public Member Functions | |
| template<class T > | |
| operator T () const | |
| Returns the value of the sub-object by submitting an SDO upload request to the local object dictionary. More... | |
| template<class T > | |
| T | Read () const |
| Reads the value of the sub-object by submitting an SDO upload request to the local object dictionary. More... | |
| template<class T > | |
| T | Read (::std::error_code &ec) const |
| Reads the value of the sub-object by submitting an SDO upload request to the local object dictionary. More... | |
An accessor providing read-only access to a CANopen sub-object in a local object dictionary.
Definition at line 209 of file master.hpp.
|
inline |
Returns the value of the sub-object by submitting an SDO upload request to the local object dictionary.
| lely::canopen::SdoError | on error. |
Definition at line 223 of file master.hpp.
|
inline |
Reads the value of the sub-object by submitting an SDO upload request to the local object dictionary.
| lely::canopen::SdoError | on error. |
Definition at line 239 of file master.hpp.
|
inline |
Reads the value of the sub-object by submitting an SDO upload request to the local object dictionary.
| ec | on error, the SDO abort code is stored in ec. |
Definition at line 256 of file master.hpp.