#include <switch_module_interfaces.h>
Collaboration diagram for switch_timer:

Data Fields | |
| int | interval |
| uint32_t | flags |
| unsigned int | samples |
| uint32_t | samplecount |
| switch_timer_interface_t * | timer_interface |
| switch_memory_pool_t * | memory_pool |
| void * | private_info |
| switch_size_t | diff |
| switch_size_t | tick |
|
|
remaining time from last call to _check() |
|
|
flags to control behaviour |
|
|
time interval expressed in milliseconds |
|
|
the timer's memory pool |
|
|
private data for loadable modules to store information |
|
|
current sample count based on samples parameter |
|
|
sample count to increment by on each cycle |
|
|
|
|
|
the timer interface provided from a loadable module |
1.3.9.1