Scarab  v1.6.2
Project 8 C++ Utility Library
Namespaces | Macros | Functions | Variables
time.cc File Reference
#include "time.hh"
Include dependency graph for time.cc:

Go to the source code of this file.

Namespaces

 scarab
 

Macros

#define SCARAB_API_EXPORTS
 

Functions

int get_time_monotonic (struct timespec *time)
 
int get_time_current (struct timespec *time)
 
time_nsec_type time_to_nsec (struct timespec time)
 
double time_to_sec (struct timespec time)
 
void time_diff (struct timespec start, struct timespec end, struct timespec *diff)
 
size_t get_time_absolute_str (char *ptr)
 
std::string get_absolute_time_string ()
 

Variables

char date_time_format [] = "%Y-%m-%dT%H:%M:%SZ"
 

Macro Definition Documentation

#define SCARAB_API_EXPORTS

Definition at line 9 of file time.cc.