Struct rosbag::record_types::ChunkInfo [] [src]

pub struct ChunkInfo {
    pub ver: u32,
    pub chunk_pos: u64,
    pub start_time: u64,
    pub end_time: u64,
    pub data: Vec<ChunkInfoEntry>,
}

High-level index of Chunk records.

Fields

Chunk info record version (only version 1 is currently cupported)

Offset of the chunk record relative to the bag file beginning

Timestamp of earliest message in the chunk in nanoseconds of UNIX epoch

Timestamp of latest message in the chunk in nanoseconds of UNIX epoch

Index entries

Trait Implementations

impl Debug for ChunkInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChunkInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChunkInfo

impl Sync for ChunkInfo