9 #ifndef YARP_ROBOTINTERFACE_PARAM_H
10 #define YARP_ROBOTINTERFACE_PARAM_H
20 namespace robotinterface {
21 namespace experimental {
26 explicit Param(
bool isGroup =
false);
27 Param(
const std::string& name,
const std::string& value,
bool isGroup =
false);
36 const std::string& name()
const;
37 const std::string& value()
const;
yarp::os::LogStream operator<<(yarp::os::LogStream dbg, const yarp::robotinterface::experimental::Param &t)
A class for storing options and configuration information.
Param(const Param &other)
The main, catch-all namespace for YARP.
#define YARP_robotinterface_API