API Reference Manual  1.45.0
api/spec/time_types.h File Reference

ODP time. More...

#include <odp/visibility_begin.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/time_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  odp_time_startup_t
 Time stamp values at ODP startup. More...
 

Macros

#define ODP_TIME_USEC_IN_NS   1000ULL
 A microsecond in nanoseconds.
 
#define ODP_TIME_MSEC_IN_NS   1000000ULL
 A millisecond in nanoseconds.
 
#define ODP_TIME_SEC_IN_NS   1000000000ULL
 A second in nanoseconds.
 
#define ODP_TIME_MIN_IN_NS   60000000000ULL
 A minute in nanoseconds.
 
#define ODP_TIME_HOUR_IN_NS   3600000000000ULL
 An hour in nanoseconds.
 

Typedefs

typedef struct odp_time_startup_t odp_time_startup_t
 Time stamp values at ODP startup.
 

Detailed Description

ODP time.

Definition in file api/spec/time_types.h.