1#ifndef INCLUDE_GUARD__GNSS_TIME_H__
2#define INCLUDE_GUARD__GNSS_TIME_H__
uint64_t GNSS_parse_timea_response_and_convert_to_unix_time_ms(char *input_str, uint64_t *unix_time_ms)
Parses a GNSS receiver TIMEA message and converts it into Unix epoch time in milliseconds....
Definition gnss_time.c:16
uint8_t GNSS_set_obc_time_based_on_gnss_time()
Sets the OBC's time, based on the GNSS receiver's current time. This function sends a command to the ...
Definition gnss_time.c:81