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: String

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

serial: String

The instrument serial number.

epoch: String

The type of external time, or "UNKNOWN".

v_group: f64

The group velocity in m/s.

sampling_time: f64

The sampling interval in seconds.

gps_synchronized: bool

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

num_facets: u16

The number of mirror facets in the intrument.

Trait Implementations

impl Debug for FileInfo
[src]

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

Formats the value using the given formatter.