GNU Radio 3.4.2 C++ API
gr_timer.h File Reference
#include <gr_types.h>
Include dependency graph for gr_timer.h:

Go to the source code of this file.

Classes

class  gr_timer
 implement timeouts More...

Typedefs

typedef void(* gr_timer_hook )(gr_timer *, void *)

Functions

gr_timer_sptr gr_make_timer (gr_timer_hook, void *)
 create a timeout.

Typedef Documentation

typedef void(* gr_timer_hook)(gr_timer *, void *)