#include <layer.h>
|
template<typename T > |
bool | bounded () const |
|
const void | error (const std::string &r) |
|
int | get () const |
|
| LayerStatus () |
|
const std::string | reason () const |
|
const void | stale (const std::string &r) |
|
const void | warn (const std::string &r) |
|
|
virtual void | set (const State &s, const std::string &r) |
|
Definition at line 12 of file layer.h.
Enumerator |
---|
OK |
|
WARN |
|
ERROR |
|
STALE |
|
UNBOUNDED |
|
Definition at line 14 of file layer.h.
canopen::LayerStatus::LayerStatus |
( |
| ) |
|
|
inline |
template<typename T >
bool canopen::LayerStatus::bounded |
( |
| ) |
const |
|
inline |
const void canopen::LayerStatus::error |
( |
const std::string & |
r | ) |
|
|
inline |
int canopen::LayerStatus::get |
( |
| ) |
const |
|
inline |
const std::string canopen::LayerStatus::reason |
( |
| ) |
const |
|
inline |
virtual void canopen::LayerStatus::set |
( |
const State & |
s, |
|
|
const std::string & |
r |
|
) |
| |
|
inlineprivatevirtual |
const void canopen::LayerStatus::stale |
( |
const std::string & |
r | ) |
|
|
inline |
const void canopen::LayerStatus::warn |
( |
const std::string & |
r | ) |
|
|
inline |
std::string canopen::LayerStatus::reason_ |
|
private |
boost::atomic<State> canopen::LayerStatus::state |
|
private |
boost::mutex canopen::LayerStatus::write_mutex_ |
|
mutableprivate |
The documentation for this class was generated from the following file: