Struct gpsd::PolicyT [] [src]

#[repr(C)]
pub struct PolicyT { pub watcher: bool, pub json: bool, pub nmea: bool, pub raw: c_int, pub scaled: bool, pub timing: bool, pub split24: bool, pub pps: bool, pub loglevel: u8, pub devpath: [c_char; 128], pub remote: [c_char; 128], }

Fields

is watcher mode on?

requesting JSON?

requesting dumping as NMEA?

requesting raw data?

requesting report scaling?

requesting timing info

requesting split AIS Type 24s

requesting PPS in NMEA/raw modes

requested log level of messages

specific device to watch

...if this was passthrough

Trait Implementations

impl Default for PolicyT
[src]

Returns the "default value" for a type. Read more