Struct sdf::file::FileInfo [] [src]

pub struct FileInfo {
    pub instrument: String,
    pub serial: String,
    pub epoch: String,
    pub v_group: f64,
    pub sampling_time: f64,
    pub gps_synchronized: bool,
    pub num_facets: u16,
}

A container for information about a file.

Fields

instrument

The instrument name, e.g. "Q680I".

serial

The instrument serial number.

epoch

The type of external time, or "UNKNOWN".

v_group

The group velocity in m/s.

sampling_time

The sampling interval in seconds.

gps_synchronized

True if this file's time was synchronized with GPS time.

num_facets

The number of mirror facets in the intrument.

Trait Implementations

Derived Implementations

impl Debug for FileInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result