
Public Member Functions | |
| virtual CallResult | call () |
| Call this callback. More... | |
| ServiceCallback (const ServiceCallbackHelperPtr &helper, const boost::shared_array< uint8_t > &buf, size_t num_bytes, const ServiceClientLinkPtr &link, bool has_tracked_object, const VoidConstWPtr &tracked_object) | |
Public Member Functions inherited from ros::CallbackInterface | |
| virtual bool | ready () |
| Provides the opportunity for specifying that a callback is not ready to be called before call() actually takes place. More... | |
| virtual | ~CallbackInterface () |
Private Attributes | |
| boost::shared_array< uint8_t > | buffer_ |
| bool | has_tracked_object_ |
| ServiceCallbackHelperPtr | helper_ |
| ServiceClientLinkPtr | link_ |
| uint32_t | num_bytes_ |
| VoidConstWPtr | tracked_object_ |
Additional Inherited Members | |
Public Types inherited from ros::CallbackInterface | |
| enum | CallResult { Success, TryAgain, Invalid } |
| Possible results for the call() method. More... | |
Definition at line 86 of file service_publication.cpp.
|
inline |
Definition at line 89 of file service_publication.cpp.
|
inlinevirtual |
Call this callback.
Implements ros::CallbackInterface.
Definition at line 99 of file service_publication.cpp.
|
private |
Definition at line 151 of file service_publication.cpp.
|
private |
Definition at line 154 of file service_publication.cpp.
|
private |
Definition at line 150 of file service_publication.cpp.
|
private |
Definition at line 153 of file service_publication.cpp.
|
private |
Definition at line 152 of file service_publication.cpp.
|
private |
Definition at line 155 of file service_publication.cpp.