FieldParser_FilterStatus
public
InertialFieldParser
FieldParser_FilterStatus

The field parser for Filter Status data

Functions
parse
virtual void parse(
const InertialDataField &field,
InertialDataPoints &result
) const override

Parses an InertialDataField for InertialDataPoints and stores them in the valid or invalid result vectors

Parameters
field

The InertialDataField to parse for data points

result
InertialDataPoints&

The InertialDataPoints vector to store the data points in

registerParser
static bool registerParser()

The static function that registers this parser with the list of parsers (called immediately)

Returns

true, just for assigning the REGISTERED constant to true

Constants
FIELD_TYPE

The 2-byte field type (Descriptor ID + Field ID) for this parser

REGISTERED

Whether this parser is registered. This will always be true. This is used to call registerParser() immediately