TAMSVIZ
Visualization and annotation tool for ROS
|
Public Member Functions | |
Iterator (RosBagView &view) | |
Iterator (RosBagView &view, double time_from_start) | |
bool | operator== (const Iterator &other) |
bool | operator!= (const Iterator &other) |
Iterator & | operator++ () |
std::pair< std::string, std::shared_ptr< const Message > > | operator* () const |
Definition at line 108 of file bagplayer.cpp.