EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
env_time.h File Reference
#include <stdint.h>
#include <odp_api.h>
Include dependency graph for env_time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ENV_TIME_NULL   ODP_TIME_NULL
 
#define ENV_TIME_MSEC_IN_NS   ODP_TIME_MSEC_IN_NS
 

Typedefs

typedef odp_time_t env_time_t
 

Detailed Description

Env time functions - don't include this file directly, instead include "environment.h"

Definition in file env_time.h.

Macro Definition Documentation

◆ ENV_TIME_MSEC_IN_NS

#define ENV_TIME_MSEC_IN_NS   ODP_TIME_MSEC_IN_NS

Definition at line 56 of file env_time.h.

◆ ENV_TIME_NULL

#define ENV_TIME_NULL   ODP_TIME_NULL

Definition at line 54 of file env_time.h.

Typedef Documentation

◆ env_time_t

typedef odp_time_t env_time_t

Definition at line 51 of file env_time.h.