#include <objdict.h>
|
| Entry () |
|
| Entry (const Code c, const uint16_t i, const uint16_t t, const std::string &d, const bool r=true, const bool w=true, bool m=false, const HoldAny def=HoldAny(), const HoldAny init=HoldAny()) |
|
| Entry (const uint16_t i, const uint8_t s, const uint16_t t, const std::string &d, const bool r=true, const bool w=true, bool m=false, const HoldAny def=HoldAny(), const HoldAny init=HoldAny()) |
|
| operator Key () const |
|
const HoldAny & | value () const |
|
Definition at line 161 of file objdict.h.
canopen::ObjectDict::Entry::Entry |
( |
| ) |
|
|
inline |
canopen::ObjectDict::Entry::Entry |
( |
const Code |
c, |
|
|
const uint16_t |
i, |
|
|
const uint16_t |
t, |
|
|
const std::string & |
d, |
|
|
const bool |
r = true , |
|
|
const bool |
w = true , |
|
|
bool |
m = false , |
|
|
const HoldAny |
def = HoldAny() , |
|
|
const HoldAny |
init = HoldAny() |
|
) |
| |
|
inline |
canopen::ObjectDict::Entry::Entry |
( |
const uint16_t |
i, |
|
|
const uint8_t |
s, |
|
|
const uint16_t |
t, |
|
|
const std::string & |
d, |
|
|
const bool |
r = true , |
|
|
const bool |
w = true , |
|
|
bool |
m = false , |
|
|
const HoldAny |
def = HoldAny() , |
|
|
const HoldAny |
init = HoldAny() |
|
) |
| |
|
inline |
canopen::ObjectDict::Entry::operator Key |
( |
| ) |
const |
|
inline |
const HoldAny& canopen::ObjectDict::Entry::value |
( |
| ) |
const |
|
inline |
bool canopen::ObjectDict::Entry::constant |
uint16_t canopen::ObjectDict::Entry::data_type |
HoldAny canopen::ObjectDict::Entry::def_val |
std::string canopen::ObjectDict::Entry::desc |
uint16_t canopen::ObjectDict::Entry::index |
HoldAny canopen::ObjectDict::Entry::init_val |
bool canopen::ObjectDict::Entry::mappable |
Code canopen::ObjectDict::Entry::obj_code |
bool canopen::ObjectDict::Entry::readable |
uint8_t canopen::ObjectDict::Entry::sub_index |
bool canopen::ObjectDict::Entry::writable |
The documentation for this struct was generated from the following file: