Module rosbag::record_types

source ·
Expand description

Collection of record types.

Structs§

  • Bulk storage with optional compression for messages data and connection records.
  • High-level index of Chunk records.
  • Iterator over ChunkInfo entries
  • Entry which contains number of records in the Chunk for Connection with conn_id ID.
  • Connection record which contains message type for ROS topic.
  • Index record which describes messages offset for Connection with conn_id ID in the preceding Chunk.
  • Iterator over IndexData entries
  • Index entry which contains message offset and its timestamp.
  • Message data for a Connection with conn_id ID.

Enums§