Public Member Functions | |
virtual CallResult | call () |
CBQueueChangeCallback (const PropertyChangeCallback &cb, const PropertyNodePtr &node, const std::string &path, PropertyChangeType type) | |
Private Attributes | |
PropertyChangeCallback | cb_ |
PropertyNodePtr | node_ |
std::string | path_ |
PropertyChangeType | type_ |
Definition at line 272 of file property_node.cpp.
rve_properties::CBQueueChangeCallback::CBQueueChangeCallback | ( | const PropertyChangeCallback & | cb, |
const PropertyNodePtr & | node, | ||
const std::string & | path, | ||
PropertyChangeType | type | ||
) | [inline] |
Definition at line 275 of file property_node.cpp.
virtual CallResult rve_properties::CBQueueChangeCallback::call | ( | ) | [inline, virtual] |
Implements ros::CallbackInterface.
Definition at line 282 of file property_node.cpp.
Definition at line 289 of file property_node.cpp.
Definition at line 290 of file property_node.cpp.
std::string rve_properties::CBQueueChangeCallback::path_ [private] |
Definition at line 291 of file property_node.cpp.
Definition at line 292 of file property_node.cpp.