EM-ODP
3.7.0
Event Machine on ODP
|
#include <inttypes.h>
Go to the source code of this file.
Data Structures | |
struct | em_fract_u64_t |
struct | em_timer_res_param_t |
struct | em_timer_ring_param_t |
struct | em_timer_attr_t |
struct | em_tmo_stats_t |
struct | em_timer_capability_t |
struct | em_tmo_args_t |
Macros | |
#define | EM_TIMER_API_VERSION_MAJOR EM_API_VERSION_MAJOR |
#define | EM_TIMER_API_VERSION_MINOR EM_API_VERSION_MINOR |
Typedefs | |
typedef enum em_tmo_state_t | em_tmo_state_t |
typedef enum em_tmo_type_t | em_tmo_type_t |
typedef uint64_t | em_timer_tick_t |
typedef struct em_fract_u64_t | em_fract_u64_t |
typedef struct em_timer_res_param_t | em_timer_res_param_t |
typedef struct em_timer_ring_param_t | em_timer_ring_param_t |
typedef struct em_timer_attr_t | em_timer_attr_t |
typedef struct em_tmo_stats_t | em_tmo_stats_t |
typedef struct em_timer_capability_t | em_timer_capability_t |
typedef struct em_tmo_args_t | em_tmo_args_t |
Enumerations | |
enum | em_tmo_state_t { EM_TMO_STATE_UNKNOWN = 0, EM_TMO_STATE_IDLE = 1, EM_TMO_STATE_ACTIVE = 2, EM_TMO_STATE_INACTIVE = 3 } |
enum | em_tmo_type_t { EM_TMO_TYPE_NONE = 0, EM_TMO_TYPE_ONESHOT = 1, EM_TMO_TYPE_PERIODIC = 2 } |
Event Machine timer
Definition in file api/event_machine_timer.h.