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