Public Member Functions | |
XmlRpcSettings & | operator= (const XmlRpc::XmlRpcValue &v) |
XmlRpcSettings () | |
XmlRpcSettings (const XmlRpc::XmlRpcValue &v) | |
Private Member Functions | |
virtual bool | getRepr (const std::string &n, std::string &repr) const |
Private Attributes | |
XmlRpc::XmlRpcValue | value_ |
Definition at line 12 of file control_node.cpp.
XmlRpcSettings::XmlRpcSettings | ( | ) | [inline] |
Definition at line 14 of file control_node.cpp.
XmlRpcSettings::XmlRpcSettings | ( | const XmlRpc::XmlRpcValue & | v | ) | [inline] |
Definition at line 15 of file control_node.cpp.
virtual bool XmlRpcSettings::getRepr | ( | const std::string & | n, |
std::string & | repr | ||
) | const [inline, private, virtual] |
Implements canopen::Settings.
Definition at line 18 of file control_node.cpp.
XmlRpcSettings& XmlRpcSettings::operator= | ( | const XmlRpc::XmlRpcValue & | v | ) | [inline] |
Definition at line 16 of file control_node.cpp.
XmlRpc::XmlRpcValue XmlRpcSettings::value_ [private] |
Definition at line 27 of file control_node.cpp.