CTS-SAT-1-OBC-Firmware
|
Functions | |
uint8_t | GNSS_reference_time_status_str_to_enum (const char *status_str, GNSS_reference_time_status_t *status) |
Assigns a GNSS time status based on the provided string. | |
const char * | GNSS_reference_time_status_enum_to_str (GNSS_reference_time_status_t status) |
Assigns a string value based on the provided GNSS time status. | |
uint8_t | GNSS_solution_status_str_to_enum (const char *status_str, GNSS_solution_status_enum_t *status) |
Assigns a GNSS solution status based on the provided string. | |
uint8_t | GNSS_position_type_str_to_enum (const char *type_str, GNSS_position_type_enum_t *type) |
Assigns a GNSS position or velocity type based on the provided string. | |
const char * | GNSS_solution_status_enum_to_str (GNSS_solution_status_enum_t status) |
Assigns a string value based on the provided GNSS solution status. | |
const char * | GNSS_position_type_enum_to_string (GNSS_position_type_enum_t type) |
Assigns a string value based on the provided GNSS position type. | |
uint8_t | GNSS_clock_model_status_str_to_enum (const char *status_str, GNSS_clock_model_status_enum_t *status) |
Assigns a GNSS Clock Model status based on the provided string. | |
uint8_t | GNSS_utc_status_str_to_enum (const char *status_str, GNSS_utc_status_enum_t *status) |
Assigns a GNSS UTC status based on the provided string. | |
const char * | GNSS_clock_model_status_enum_to_string (GNSS_clock_model_status_enum_t status) |
Assigns a string value based on the provided GNSS clock model status. | |
const char * | GNSS_utc_status_enum_to_string (GNSS_utc_status_enum_t status) |
Assigns a string value based on the provided GNSS UTC status. | |
const char * GNSS_clock_model_status_enum_to_string | ( | GNSS_clock_model_status_enum_t | status | ) |
Assigns a string value based on the provided GNSS clock model status.
status | GNSS_clock_model_status_enum_t value. |
uint8_t GNSS_clock_model_status_str_to_enum | ( | const char * | status_str, |
GNSS_clock_model_status_enum_t * | status ) |
Assigns a GNSS Clock Model status based on the provided string.
status_str | The status string to parse. |
status | Pointer to GNSS_clock_model_status_enum_t where the status will be stored. |
const char * GNSS_position_type_enum_to_string | ( | GNSS_position_type_enum_t | type | ) |
Assigns a string value based on the provided GNSS position type.
type | GNSS_position_type_enum_t value. |
uint8_t GNSS_position_type_str_to_enum | ( | const char * | type_str, |
GNSS_position_type_enum_t * | type ) |
Assigns a GNSS position or velocity type based on the provided string.
type_str | The type string to parse. |
type | Pointer to GNSS_position_velocity_type_enum_t where the type will be stored. |
const char * GNSS_reference_time_status_enum_to_str | ( | GNSS_reference_time_status_t | status | ) |
Assigns a string value based on the provided GNSS time status.
status | GNSS_reference_time_status_t value. |
uint8_t GNSS_reference_time_status_str_to_enum | ( | const char * | status_str, |
GNSS_reference_time_status_t * | status ) |
Assigns a GNSS time status based on the provided string.
status_str | The status string to parse. |
status | Pointer to GNSS_reference_time_status_t where the status will be stored. |
const char * GNSS_solution_status_enum_to_str | ( | GNSS_solution_status_enum_t | status | ) |
Assigns a string value based on the provided GNSS solution status.
status | GNSS_solution_status_enum_t value. |
uint8_t GNSS_solution_status_str_to_enum | ( | const char * | status_str, |
GNSS_solution_status_enum_t * | status ) |
Assigns a GNSS solution status based on the provided string.
status_str | The status string to parse. |
status | Pointer to GNSS_solution_status_enum_t where the status will be stored. |
const char * GNSS_utc_status_enum_to_string | ( | GNSS_utc_status_enum_t | status | ) |
Assigns a string value based on the provided GNSS UTC status.
status | GNSS_utc_status_enum_t value. |
uint8_t GNSS_utc_status_str_to_enum | ( | const char * | status_str, |
GNSS_utc_status_enum_t * | status ) |
Assigns a GNSS UTC status based on the provided string.
status_str | The status string to parse. |
status | Pointer to GNSS_utc_status_enum_t where the status will be stored. |