CTS-SAT-1-OBC-Firmware
|
This is the struct for the TIMEA Command response. Refer to page 941-943 of the OEM7 Commands and Logs Reference Manual. More...
#include <gnss_types.h>
Public Attributes | |
GNSS_clock_model_status_enum_t | clock_status |
Clock model status. | |
int64_t | utc_offset |
/// The offset of GNSS system time from UTC time Documentation says the utc offset comes as a double. | |
GNSS_utc_status_enum_t | utc_status |
UTC status Refer to page 943 of the OEM7 Commands and Logs Reference Manual. | |
uint32_t | crc |
32 bit CRC (ASCII and Binary only). | |
This is the struct for the TIMEA Command response. Refer to page 941-943 of the OEM7 Commands and Logs Reference Manual.
GNSS_clock_model_status_enum_t GNSS_timea_response_t::clock_status |
Clock model status.
uint32_t GNSS_timea_response_t::crc |
32 bit CRC (ASCII and Binary only).
int64_t GNSS_timea_response_t::utc_offset |
/// The offset of GNSS system time from UTC time Documentation says the utc offset comes as a double.
GNSS_utc_status_enum_t GNSS_timea_response_t::utc_status |
UTC status Refer to page 943 of the OEM7 Commands and Logs Reference Manual.