Public Attributes | List of all members
rosbag::ChunkInfo Struct Reference

#include <structures.h>

Public Attributes

std::map< uint32_t, uint32_t > connection_counts
 number of messages in each connection stored in the chunk More...
 
ros::Time end_time
 latest timestamp of a message in the chunk More...
 
uint64_t pos
 absolute byte offset of chunk record in bag file More...
 
ros::Time start_time
 earliest timestamp of a message in the chunk More...
 

Detailed Description

Definition at line 60 of file structures.h.

Member Data Documentation

◆ connection_counts

std::map<uint32_t, uint32_t> rosbag::ChunkInfo::connection_counts

number of messages in each connection stored in the chunk

Definition at line 66 of file structures.h.

◆ end_time

ros::Time rosbag::ChunkInfo::end_time

latest timestamp of a message in the chunk

Definition at line 63 of file structures.h.

◆ pos

uint64_t rosbag::ChunkInfo::pos

absolute byte offset of chunk record in bag file

Definition at line 64 of file structures.h.

◆ start_time

ros::Time rosbag::ChunkInfo::start_time

earliest timestamp of a message in the chunk

Definition at line 62 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