RobotsIO
|
Public Member Functions | |
bool | is_probe (const std::string &name) const |
RobotsIO::Utils::Probe & | get_probe (const std::string &name) const |
void | set_probe (const std::string &name, std::unique_ptr< RobotsIO::Utils::Probe > probe) |
Protected Attributes | |
std::unordered_map< std::string, std::unique_ptr< RobotsIO::Utils::Probe > > | probes_ |
const std::string | log_name_ = "ProbeContainer" |
Definition at line 23 of file ProbeContainer.h.
|
virtual |
Definition at line 13 of file ProbeContainer.cpp.
Probe & ProbeContainer::get_probe | ( | const std::string & | name | ) | const |
Definition at line 23 of file ProbeContainer.cpp.
bool ProbeContainer::is_probe | ( | const std::string & | name | ) | const |
Definition at line 17 of file ProbeContainer.cpp.
void ProbeContainer::set_probe | ( | const std::string & | name, |
std::unique_ptr< RobotsIO::Utils::Probe > | probe | ||
) |
Definition at line 28 of file ProbeContainer.cpp.
|
protected |
Definition at line 37 of file ProbeContainer.h.
|
protected |
Definition at line 35 of file ProbeContainer.h.