Definition at line 121 of file callback_queue_manager.h.
◆ ThreadInfo()
nodelet::detail::CallbackQueueManager::ThreadInfo::ThreadInfo |
( |
| ) |
|
|
inline |
◆ ACTUAL_SIZE
const int nodelet::detail::CallbackQueueManager::ThreadInfo::ACTUAL_SIZE |
|
static |
Initial value:=
sizeof(boost::mutex) +
sizeof(boost::condition_variable) +
sizeof(std::vector<std::pair<CallbackQueuePtr, QueueInfoPtr> >) +
sizeof(boost::detail::atomic_count)
Definition at line 150 of file callback_queue_manager.h.
◆ calling
boost::detail::atomic_count nodelet::detail::CallbackQueueManager::ThreadInfo::calling |
◆ pad
◆ queue
◆ queue_cond
boost::condition_variable nodelet::detail::CallbackQueueManager::ThreadInfo::queue_cond |
◆ queue_mutex
boost::mutex nodelet::detail::CallbackQueueManager::ThreadInfo::queue_mutex |
The documentation for this struct was generated from the following file: