yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
agt_timer_cb_t Struct Reference

Internal Timer control block, not for use outside agt_timer.c. More...

#include <agt_timer.h>

Data Fields

dlq_hdr_t qhdr
 queue header
 
boolean timer_periodic
 TRUE if periodic timer, FALSE for 1-shot.
 
uint32 timer_id
 assigned timer ID
 
agt_timer_fn_t timer_cbfn
 timer popped callback
 
time_t timer_start_time
 save timestamp last timer start
 
uint32 timer_duration
 timer duration in seconds, must be 1 - N
 
void * timer_cookie
 timer cookie passed in timer registration
 

Detailed Description

Internal Timer control block, not for use outside agt_timer.c.


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