truck-code
Functions
timestamp.cpp File Reference
#include "timestamp.h"
#include <string>
#include <sys/pps.h>
#include <sys/timeb.h>
Include dependency graph for timestamp.cpp:

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)
 

Detailed Description

timestamp.cpp

Implementation of methods for timestamp.h header file.

Author
Abdul Rahman Kreidieh
Version
1.0.0
Date
July 11, 2018

Function Documentation

◆ decode_timestamp()

void decode_timestamp ( pps_decoder_t  decoder,
timestamp_t t 
)

Decodes a timestamp_t variable from a PPS decoder object.

◆ encode_timestamp()

void encode_timestamp ( pps_encoder_t  encoder,
timestamp_t t 
)

encodes a timestamp_t variable into a PPS encoder object

◆ get_current_timestamp()

void get_current_timestamp ( timestamp_t t)

Returns a timestamp variable for the current time.

◆ import_timestamp()

void import_timestamp ( timestamp_t t,
std::string  s 
)

imports a string timestamp into a timestamp object

◆ print_timestamp()

void print_timestamp ( FILE *  fp,
timestamp_t t 
)

method used to print data from a timestamp_t variable