Public Member Functions | |
void | cb (const boost::shared_ptr< MsgT const > &msg) |
void | clear () |
uint32_t | getCount () const |
MsgT | getLatest () const |
ros::Time | getStamp () const |
MsgHelper (std::string tag) | |
void | set (const MsgT &msg) |
bool | waitForMessage (ros::WallDuration timeout) const |
Private Attributes | |
uint32_t | count_ |
MsgT | latest_ |
ros::Time | stamp_ |
std::string | tag_ |
Definition at line 36 of file test_full.cpp.
Definition at line 38 of file test_full.cpp.
void MsgHelper< MsgT >::cb | ( | const boost::shared_ptr< MsgT const > & | msg | ) | [inline] |
Definition at line 44 of file test_full.cpp.
Definition at line 65 of file test_full.cpp.
Definition at line 73 of file test_full.cpp.
Definition at line 72 of file test_full.cpp.
Definition at line 74 of file test_full.cpp.
Definition at line 42 of file test_full.cpp.
bool MsgHelper< MsgT >::waitForMessage | ( | ros::WallDuration | timeout | ) | const [inline] |
Definition at line 49 of file test_full.cpp.
Definition at line 78 of file test_full.cpp.
Definition at line 76 of file test_full.cpp.
Definition at line 79 of file test_full.cpp.
Definition at line 77 of file test_full.cpp.