Go to the documentation of this file.
36 #ifndef ROSCPP_CALLBACK_QUEUE_INTERFACE_H
37 #define ROSCPP_CALLBACK_QUEUE_INTERFACE_H
41 #include "ros/types.h"
68 virtual CallResult
call() = 0;
73 virtual bool ready() {
return true; }
97 virtual void removeByID(uint64_t owner_id) = 0;
@ TryAgain
Call not ready, try again later.
virtual ~CallbackInterface()
@ Invalid
Call no longer valid.
virtual void removeByID(uint64_t owner_id)=0
Remove all callbacks associated with an owner id.
virtual bool ready()
Provides the opportunity for specifying that a callback is not ready to be called before call() actua...
CallResult
Possible results for the call() method.
Abstract interface for a queue used to handle all callbacks within roscpp.
virtual void addCallback(const CallbackInterfacePtr &callback, uint64_t owner_id=0)=0
Add a callback, with an optional owner id. The owner id can be used to remove a set of callbacks from...
Abstract interface for items which can be added to a CallbackQueueInterface.
virtual ~CallbackQueueInterface()
bool call(const std::string &service_name, MReq &req, MRes &res)
Invoke an RPC service.
std::shared_ptr< CallbackInterface > CallbackInterfacePtr
void callback(const sick_scan_xd::RadarScan::ConstPtr &oa)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:07