Public Member Functions | |
void | callback (const ros::Time &time, const boost::shared_ptr< int const > &data) |
void | expectEmpty (double time) |
void | expectHead (double time, int data) |
QueuedChecker () | |
Public Attributes | |
timestamp_tools::QueuedTriggerMatcher< int > | tm |
Private Attributes | |
std::queue< std::pair< double, int > > | incoming_ |
Definition at line 41 of file test_trigger_matcher.cpp.
|
inline |
Definition at line 48 of file test_trigger_matcher.cpp.
|
inline |
Definition at line 89 of file test_trigger_matcher.cpp.
|
inline |
Definition at line 67 of file test_trigger_matcher.cpp.
|
inline |
Definition at line 73 of file test_trigger_matcher.cpp.
|
private |
Definition at line 43 of file test_trigger_matcher.cpp.
timestamp_tools::QueuedTriggerMatcher<int> QueuedChecker::tm |
Definition at line 46 of file test_trigger_matcher.cpp.