Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_timing_interface Struct Reference

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)
 

Detailed Description

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.

Definition at line 69 of file timing.h.

Field Documentation

unsigned int priority

This handles the case where multiple timing modules are loaded. The highest priority timing interface available will be used.

Definition at line 73 of file timing.h.


The documentation for this struct was generated from the following file: