GNU Radio 3.6.5 C++ API

gr_timer.h File Reference

#include <gr_core_api.h>
#include <gr_types.h>

Go to the source code of this file.

Classes

class  gr_timer
 implement timeouts More...

Functions

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

Variables

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

Variable Documentation

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