
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 8 of file motor_chain.cpp.
| XmlRpcSettings::XmlRpcSettings | ( | ) | [inline] |
Definition at line 10 of file motor_chain.cpp.
| XmlRpcSettings::XmlRpcSettings | ( | const XmlRpc::XmlRpcValue & | v | ) | [inline] |
Definition at line 11 of file motor_chain.cpp.
| virtual bool XmlRpcSettings::getRepr | ( | const std::string & | n, |
| std::string & | repr | ||
| ) | const [inline, private, virtual] |
Implements canopen::Settings.
Definition at line 14 of file motor_chain.cpp.
| XmlRpcSettings& XmlRpcSettings::operator= | ( | const XmlRpc::XmlRpcValue & | v | ) | [inline] |
Definition at line 12 of file motor_chain.cpp.
XmlRpc::XmlRpcValue XmlRpcSettings::value_ [private] |
Definition at line 23 of file motor_chain.cpp.