#include <gr_types.h>
Include dependency graph for gr_timer.h:
Go to the source code of this file.
Typedefs | |
typedef void(* | gr_timer_hook )(gr_timer *, void *) |
Functions | |
gr_timer_sptr | gr_make_timer (gr_timer_hook, void *) |
create a timeout. | |
Variables | |
typedef boost::shared_ptr< gr_timer > | gr_timer_sptr |
|
|
|
create a timeout. gr_timer_hook is called when timer fires. |
|
|