#include <objdict.h>
Public Types | |
typedef T | type |
Public Member Functions | |
const ObjectDict::Entry & | desc () const |
Entry () | |
Entry (DataSharedPtr &d) | |
Entry (ObjectStorageSharedPtr storage, uint16_t index) | |
Entry (ObjectStorageSharedPtr storage, uint16_t index, uint8_t sub_index) | |
Entry (ObjectStorageSharedPtr storage, const ObjectDict::Key &k) | |
const T | get () |
bool | get (T &val) |
const T | get_cached () |
bool | get_cached (T &val) |
void | set (const T &val) |
bool | set_cached (const T &val) |
bool | valid () const |
Private Attributes | |
DataSharedPtr | data |
typedef T canopen::ObjectStorage::Entry< T >::type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |