Public Member Functions | Public Attributes | List of all members
rosbag::IndexEntry Struct Reference

#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...
 

Detailed Description

Definition at line 76 of file structures.h.

Member Function Documentation

◆ operator<()

bool rosbag::IndexEntry::operator< ( IndexEntry const &  b) const
inline

Definition at line 82 of file structures.h.

Member Data Documentation

◆ chunk_pos

uint64_t rosbag::IndexEntry::chunk_pos

absolute byte offset of the chunk record containing the message

Definition at line 79 of file structures.h.

◆ offset

uint32_t rosbag::IndexEntry::offset

relative byte offset of the message record (either definition or data) in the chunk

Definition at line 80 of file structures.h.

◆ time

ros::Time rosbag::IndexEntry::time

timestamp of the message

Definition at line 78 of file structures.h.


The documentation for this struct was generated from the following file:


rosbag_storage
Author(s): Dirk Thomas
autogenerated on Mon Feb 28 2022 23:33:55