#include <objdict.h>
Definition at line 289 of file objdict.h.
◆ Data() [1/3]
canopen::ObjectStorage::Data::Data |
( |
const Data & |
| ) |
|
|
privatedelete |
◆ Data() [2/3]
◆ Data() [3/3]
◆ access() [1/2]
template<typename T >
T& canopen::ObjectStorage::Data::access |
( |
| ) |
|
|
inlineprivate |
◆ access() [2/2]
String & ObjectStorage::Data::access |
◆ allocate() [1/2]
template<typename T >
T& canopen::ObjectStorage::Data::allocate |
( |
| ) |
|
|
inlineprivate |
◆ allocate() [2/2]
String & ObjectStorage::Data::allocate |
◆ force_write()
void ObjectStorage::Data::force_write |
( |
| ) |
|
◆ get()
template<typename T >
const T canopen::ObjectStorage::Data::get |
( |
bool |
cached | ) |
|
|
inline |
◆ init()
void ObjectStorage::Data::init |
( |
| ) |
|
◆ operator=()
Data& canopen::ObjectStorage::Data::operator= |
( |
const Data & |
| ) |
|
|
privatedelete |
◆ reset()
void ObjectStorage::Data::reset |
( |
| ) |
|
◆ set()
template<typename T >
void canopen::ObjectStorage::Data::set |
( |
const T & |
val | ) |
|
|
inline |
◆ set_cached()
template<typename T >
void canopen::ObjectStorage::Data::set_cached |
( |
const T & |
val | ) |
|
|
inline |
◆ set_delegates()
void canopen::ObjectStorage::Data::set_delegates |
( |
const ReadFunc & |
r, |
|
|
const WriteFunc & |
w |
|
) |
| |
|
inline |
◆ size()
size_t canopen::ObjectStorage::Data::size |
( |
| ) |
|
|
inline |
◆ buffer
String canopen::ObjectStorage::Data::buffer |
|
private |
◆ entry
◆ key
◆ mutex
boost::mutex canopen::ObjectStorage::Data::mutex |
|
private |
◆ read_delegate
ReadFunc canopen::ObjectStorage::Data::read_delegate |
|
private |
◆ type_guard
const TypeGuard canopen::ObjectStorage::Data::type_guard |
◆ valid
bool canopen::ObjectStorage::Data::valid |
|
private |
◆ write_delegate
WriteFunc canopen::ObjectStorage::Data::write_delegate |
|
private |
The documentation for this class was generated from the following files: