|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
31 if (config.
check(
"period")) {
36 yCInfo(NOP) <<
"Starting thread";
38 yCInfo(NOP) <<
"Thread started";
50 yCInfo(NOP) <<
"Doing nothing";
A base class for nested structures that can be searched.
#define YARP_LOG_COMPONENT(name,...)
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
bool start()
Call this to start the thread.
virtual bool check(const std::string &key) const =0
Check if there exists a property of the given name.
bool setPeriod(double period)
Set the (new) period of the thread.
virtual Value & find(const std::string &key) const =0
Gets a value corresponding to a given keyword.
#define yCInfo(component,...)
void run() override
Loop function.
virtual yarp::conf::float64_t asFloat64() const
Get 64-bit floating point value.