#include <structures.h>
Public Member Functions | |
bool | operator< (IndexEntry const &b) const |
Public Attributes | |
uint64_t | chunk_pos |
absolute byte offset of the chunk record containing the message More... | |
uint32_t | offset |
relative byte offset of the message record (either definition or data) in the chunk More... | |
ros::Time | time |
timestamp of the message More... | |
Definition at line 108 of file structures.h.
|
inline |
Definition at line 114 of file structures.h.
uint64_t rosbag::IndexEntry::chunk_pos |
absolute byte offset of the chunk record containing the message
Definition at line 111 of file structures.h.
uint32_t rosbag::IndexEntry::offset |
relative byte offset of the message record (either definition or data) in the chunk
Definition at line 112 of file structures.h.
ros::Time rosbag::IndexEntry::time |
timestamp of the message
Definition at line 110 of file structures.h.