truck-code
|
Functions | |
void | print_timestamp (FILE *fp, timestamp_t *t) |
void | encode_timestamp (pps_encoder_t encoder, timestamp_t *t) |
void | decode_timestamp (pps_decoder_t decoder, timestamp_t *t) |
void | import_timestamp (timestamp_t *t, std::string s) |
void | get_current_timestamp (timestamp_t *t) |
void decode_timestamp | ( | pps_decoder_t | decoder, |
timestamp_t * | t | ||
) |
Decodes a timestamp_t variable from a PPS decoder object.
void encode_timestamp | ( | pps_encoder_t | encoder, |
timestamp_t * | t | ||
) |
encodes a timestamp_t variable into a PPS encoder object
void get_current_timestamp | ( | timestamp_t * | t | ) |
Returns a timestamp variable for the current time.
void import_timestamp | ( | timestamp_t * | t, |
std::string | s | ||
) |
imports a string timestamp into a timestamp object
void print_timestamp | ( | FILE * | fp, |
timestamp_t * | t | ||
) |
method used to print data from a timestamp_t variable