|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_DEV_POLYDRIVER_H
11 #define YARP_DEV_POLYDRIVER_H
65 bool open(
const std::string& txt);
104 bool close()
override;
126 std::string getComment(
const char *option);
151 #ifndef DOXYGEN_SHOULD_SKIP_THIS
160 #endif // YARP_DEV_POLYDRIVER_H
A simple collection of objects that can be described and transmitted in a portable way.
A base class for nested structures that can be searched.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
bool isValid()
Check if time is valid (non-zero).
Interface implemented by all device drivers.
const PolyDriver & operator=(const PolyDriver &alt)=delete
A container for a device driver.
PolyDriver(const PolyDriver &alt)=delete
The main, catch-all namespace for YARP.
A single value (typically within a Bottle).