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
gr::impl Namespace Reference

Classes

struct  rt_sched_param
 

Functions

static int rt_priority_min ()
 
static int rt_priority_max ()
 
static int rt_priority_default ()
 
GR_RUNTIME_API rt_status_t enable_realtime_scheduling (rt_sched_param=rt_sched_param())
 If possible, enable "realtime" scheduling.In general, this means that the code will be scheduled before any non-realtime (normal) processes. Note that if your code contains an non-blocking infinite loop and you enable realtime scheduling, it's possible to hang the system. More...
 

Function Documentation

static int gr::impl::rt_priority_default ( )
inlinestatic
static int gr::impl::rt_priority_max ( )
inlinestatic
static int gr::impl::rt_priority_min ( )
inlinestatic