Struct InterferenceIndicator

Struct Documentation

struct InterferenceIndicator

Location Attributes Header.

Note

i indicates the PDU number

Public Functions

void betoh()

Convert content from big endian to host byte order (for each member)

void check()

Check signals in struct for range and replace with SNA if out of range.

Public Members

float LocAtr_FovRedInt

FoV reduction due to interference.

Note

1.00 No interference found, no degradation 0.00 Completely blind due to interference

uint8_t LocAtr_IntStat

Status of interference indicator.

Note

0 Invalid 1 Valid and no interference found 2 Valid and interference found

Public Static Attributes

static constexpr Range<float> r_LocAtr_FovRedInt = {0.0F, 1.0F, NAN}
static constexpr Range<uint8_t> r_LocAtr_IntStat = {0u, 2u, 0xFF}