Definition at line 29 of file tf2_scanner.cpp.
◆ Private()
rosbag_fancy::TF2Scanner::Private::Private |
( |
const std::vector< BagReader * > & |
readers | ) |
|
|
inlineexplicit |
◆ ~Private()
rosbag_fancy::TF2Scanner::Private::~Private |
( |
| ) |
|
|
inline |
◆ fetchUpdate()
const tf2_msgs::TFMessage* rosbag_fancy::TF2Scanner::Private::fetchUpdate |
( |
const ros::Time & |
time | ) |
|
|
inline |
◆ process()
void rosbag_fancy::TF2Scanner::Private::process |
( |
| ) |
|
|
inlineprivate |
◆ m_cacheIdx
unsigned int rosbag_fancy::TF2Scanner::Private::m_cacheIdx = 0 |
|
private |
◆ m_cond
std::condition_variable rosbag_fancy::TF2Scanner::Private::m_cond |
|
private |
◆ m_emptyMessage
tf2_msgs::TFMessage rosbag_fancy::TF2Scanner::Private::m_emptyMessage {} |
|
private |
◆ m_msgs
std::vector<Msg> rosbag_fancy::TF2Scanner::Private::m_msgs |
|
private |
◆ m_mutex
std::mutex rosbag_fancy::TF2Scanner::Private::m_mutex |
|
private |
◆ m_scannedTime
ros::Time rosbag_fancy::TF2Scanner::Private::m_scannedTime |
|
private |
◆ m_scanningFinished
bool rosbag_fancy::TF2Scanner::Private::m_scanningFinished = false |
|
private |
◆ m_sentIdx
int rosbag_fancy::TF2Scanner::Private::m_sentIdx = -1 |
|
private |
◆ m_shouldExit
std::atomic_bool rosbag_fancy::TF2Scanner::Private::m_shouldExit = false |
|
private |
◆ m_thread
std::thread rosbag_fancy::TF2Scanner::Private::m_thread |
|
private |
◆ m_view
BagView rosbag_fancy::TF2Scanner::Private::m_view |
|
private |
The documentation for this class was generated from the following file: