MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x81,0x14) Rf Error Detection [C]
Collaboration diagram for (0x81,0x14) Rf Error Detection [C]:

Classes

struct  mip::C::mip_gnss_rf_error_detection_data
 

Typedefs

typedef uint8_t mip::C::mip_gnss_rf_error_detection_data_rfband
 
typedef uint8_t mip::C::mip_gnss_rf_error_detection_data_jamming_state
 
typedef uint8_t mip::C::mip_gnss_rf_error_detection_data_spoofing_state
 
typedef uint16_t mip::C::mip_gnss_rf_error_detection_data_valid_flags
 
typedef struct mip_gnss_rf_error_detection_data mip::C::mip_gnss_rf_error_detection_data
 

Functions

void mip::C::insert_mip_gnss_rf_error_detection_data (mip_serializer *serializer, const mip_gnss_rf_error_detection_data *self)
 
void mip::C::extract_mip_gnss_rf_error_detection_data (mip_serializer *serializer, mip_gnss_rf_error_detection_data *self)
 
bool mip::C::extract_mip_gnss_rf_error_detection_data_from_field (const struct mip_field *field, void *ptr)
 
void mip::C::insert_mip_gnss_rf_error_detection_data_rfband (struct mip_serializer *serializer, const mip_gnss_rf_error_detection_data_rfband self)
 
void mip::C::extract_mip_gnss_rf_error_detection_data_rfband (struct mip_serializer *serializer, mip_gnss_rf_error_detection_data_rfband *self)
 
void mip::C::insert_mip_gnss_rf_error_detection_data_jamming_state (struct mip_serializer *serializer, const mip_gnss_rf_error_detection_data_jamming_state self)
 
void mip::C::extract_mip_gnss_rf_error_detection_data_jamming_state (struct mip_serializer *serializer, mip_gnss_rf_error_detection_data_jamming_state *self)
 
void mip::C::insert_mip_gnss_rf_error_detection_data_spoofing_state (struct mip_serializer *serializer, const mip_gnss_rf_error_detection_data_spoofing_state self)
 
void mip::C::extract_mip_gnss_rf_error_detection_data_spoofing_state (struct mip_serializer *serializer, mip_gnss_rf_error_detection_data_spoofing_state *self)
 
void mip::C::insert_mip_gnss_rf_error_detection_data_valid_flags (struct mip_serializer *serializer, const mip_gnss_rf_error_detection_data_valid_flags self)
 
void mip::C::extract_mip_gnss_rf_error_detection_data_valid_flags (struct mip_serializer *serializer, mip_gnss_rf_error_detection_data_valid_flags *self)
 

Detailed Description

GNSS Error Detection subsystem status

Typedef Documentation

◆ mip_gnss_rf_error_detection_data

◆ mip_gnss_rf_error_detection_data_jamming_state

◆ mip_gnss_rf_error_detection_data_rfband

◆ mip_gnss_rf_error_detection_data_spoofing_state

◆ mip_gnss_rf_error_detection_data_valid_flags

Function Documentation

◆ extract_mip_gnss_rf_error_detection_data()

void mip::C::extract_mip_gnss_rf_error_detection_data ( mip_serializer serializer,
mip_gnss_rf_error_detection_data self 
)

◆ extract_mip_gnss_rf_error_detection_data_from_field()

bool mip::C::extract_mip_gnss_rf_error_detection_data_from_field ( const struct mip_field field,
void *  ptr 
)

◆ extract_mip_gnss_rf_error_detection_data_jamming_state()

void mip::C::extract_mip_gnss_rf_error_detection_data_jamming_state ( struct mip_serializer serializer,
mip_gnss_rf_error_detection_data_jamming_state self 
)

◆ extract_mip_gnss_rf_error_detection_data_rfband()

void mip::C::extract_mip_gnss_rf_error_detection_data_rfband ( struct mip_serializer serializer,
mip_gnss_rf_error_detection_data_rfband self 
)

◆ extract_mip_gnss_rf_error_detection_data_spoofing_state()

void mip::C::extract_mip_gnss_rf_error_detection_data_spoofing_state ( struct mip_serializer serializer,
mip_gnss_rf_error_detection_data_spoofing_state self 
)

◆ extract_mip_gnss_rf_error_detection_data_valid_flags()

void mip::C::extract_mip_gnss_rf_error_detection_data_valid_flags ( struct mip_serializer serializer,
mip_gnss_rf_error_detection_data_valid_flags self 
)

◆ insert_mip_gnss_rf_error_detection_data()

void mip::C::insert_mip_gnss_rf_error_detection_data ( mip_serializer serializer,
const mip_gnss_rf_error_detection_data self 
)

◆ insert_mip_gnss_rf_error_detection_data_jamming_state()

void mip::C::insert_mip_gnss_rf_error_detection_data_jamming_state ( struct mip_serializer serializer,
const mip_gnss_rf_error_detection_data_jamming_state  self 
)

◆ insert_mip_gnss_rf_error_detection_data_rfband()

void mip::C::insert_mip_gnss_rf_error_detection_data_rfband ( struct mip_serializer serializer,
const mip_gnss_rf_error_detection_data_rfband  self 
)

◆ insert_mip_gnss_rf_error_detection_data_spoofing_state()

void mip::C::insert_mip_gnss_rf_error_detection_data_spoofing_state ( struct mip_serializer serializer,
const mip_gnss_rf_error_detection_data_spoofing_state  self 
)

◆ insert_mip_gnss_rf_error_detection_data_valid_flags()

void mip::C::insert_mip_gnss_rf_error_detection_data_valid_flags ( struct mip_serializer serializer,
const mip_gnss_rf_error_detection_data_valid_flags  self 
)