#include <layer.h>
|
template<typename T > |
void | add (const std::string &key, const T &value) |
|
const std::vector< std::pair< std::string, std::string > > & | values () const |
|
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) |
|
|
std::vector< std::pair< std::string, std::string > > | values_ |
|
Definition at line 47 of file layer.h.
template<typename T >
void canopen::LayerReport::add |
( |
const std::string & |
key, |
|
|
const T & |
value |
|
) |
| |
|
inline |
const std::vector<std::pair<std::string, std::string> >& canopen::LayerReport::values |
( |
| ) |
const |
|
inline |
std::vector<std::pair<std::string, std::string> > canopen::LayerReport::values_ |
|
private |
The documentation for this class was generated from the following file: