GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
high_res_timer.h File Reference
#include <gnuradio/api.h>
#include <boost/date_time/posix_time/posix_time.hpp>
Include dependency graph for high_res_timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 

Macros

#define GNURADIO_HRT_USE_MICROSEC_CLOCK
 

Typedefs

typedef signed long long gr::high_res_timer_type
 Typedef for the timer tick count. More...
 

Functions

high_res_timer_type gr::high_res_timer_now (void)
 Get the current time in ticks. More...
 
high_res_timer_type gr::high_res_timer_now_perfmon (void)
 Get the current time in ticks - for performance monitoring. More...
 
high_res_timer_type gr::high_res_timer_tps (void)
 Get the number of ticks per second. More...
 
high_res_timer_type gr::high_res_timer_epoch (void)
 Get the tick count at the epoch. More...
 

Macro Definition Documentation

#define GNURADIO_HRT_USE_MICROSEC_CLOCK