Module frame

Source
Expand description

Types for blackbox log data frames.

Structs§

FieldDef
Metadata describing one field.
FieldDefIter
FieldIter
An iterator over the values of the fields of a parsed frame. See Frame::iter.
FilteredFrameDef
A wrapper around a frame definition that applies any filter configured in the DataParser.
GpsFrame
Data parsed from a GPS frame.
GpsFrameDef
The parsed frame definition for GPS frames.
MainFrame
Data parsed from a main frame.
MainFrameDef
The parsed frame definition for main frames.
RawFieldIter
An iterator over the raw values of the fields of a parsed frame. See Frame::iter_raw.
SlowFrame
Data parsed from a slow frame.
SlowFrameDef
The parsed frame definition for slow frames.

Enums§

DataFrameKind
FrameKind
GpsUnit
GpsValue
MainUnit
MainValue
SlowUnit
SlowValue
Unit
Value

Traits§

Frame
A parsed data frame.
FrameDef
A parsed data frame definition.