Lely core libraries
2.2.5
|
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 262 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 276 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 294 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 314 of file master.hpp.