Go to the documentation of this file.
36 #ifndef ROSCPP_CALLBACK_QUEUE_H
37 #define ROSCPP_CALLBACK_QUEUE_H
39 #include "ros/callback_queue_interface.h"
65 virtual void removeByID(uint64_t removal_id);
140 CallOneResult callOneCB(TLS* tls);
156 , marked_for_removal(false)
175 : calling_in_this_thread(0xffffffffffffffffULL)
176 , cb_it(callbacks.end())
182 boost::thread_specific_ptr<TLS>
tls_;
void callAvailable()
Invoke all callbacks currently in the queue. If a callback was not ready to be called,...
D_CallbackInfo callbacks_
CallOneResult callOne()
Pop a single callback off the front of the queue and invoke it. If the callback was not ready to be c...
boost::shared_mutex calling_rw_mutex
uint64_t calling_in_this_thread
D_CallbackInfo::iterator cb_it
std::mutex id_info_mutex_
std::shared_ptr< IDInfo > IDInfoPtr
std::map< uint64_t, IDInfoPtr > M_IDInfo
This is the default implementation of the ros::CallbackQueueInterface.
Abstract interface for a queue used to handle all callbacks within roscpp.
std::shared_ptr< CallbackQueue > CallbackQueuePtr
boost::thread_specific_ptr< TLS > tls_
std::deque< CallbackInfo > D_CallbackInfo
CallbackInterfacePtr callback
std::condition_variable condition_
bool empty()
returns whether or not the queue is empty
std::shared_ptr< CallbackInterface > CallbackInterfacePtr
std::list< CallbackInfo > L_CallbackInfo
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