Asterisk - The Open Source Telephony Project
21.4.1
|
Timing module interface. More...
#include <timing.h>
Data Fields | |
const char * | name |
unsigned int | priority |
int(* | timer_ack )(void *data, unsigned int quantity) |
void(* | timer_close )(void *data) |
int(* | timer_disable_continuous )(void *data) |
int(* | timer_enable_continuous )(void *data) |
int(* | timer_fd )(void *data) |
enum ast_timer_event(* | timer_get_event )(void *data) |
unsigned int(* | timer_get_max_rate )(void *data) |
void *(* | timer_open )(void) |
int(* | timer_set_rate )(void *data, unsigned int rate) |
Timing module interface.
The public API calls for the timing API directly map to this interface. So, the behavior of these calls should match the documentation of the public API calls.
unsigned int priority |