GRU - Generic Reusable Utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
gru_time_conversion_test.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "time/gru_time_utils.h"

Functions

int test_lost_precision_1 ()
 Uses usec value that would cause the conversion to lost precision (ie: usec <= 999) More...
 
int test_lost_precision_2 ()
 Uses usec value that would cause the conversion to lost some precision (ie: usec > 1000) More...
 
int test_lost_precision_3 ()
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)
int test_lost_precision_1 ( )

Uses usec value that would cause the conversion to lost precision (ie: usec <= 999)

Examples:
time/gru_time_conversion_test.c.
int test_lost_precision_2 ( )

Uses usec value that would cause the conversion to lost some precision (ie: usec > 1000)

Examples:
time/gru_time_conversion_test.c.
int test_lost_precision_3 ( )