GNU Radio 3.7.1 C++ API
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.

Function Documentation

static int gr::impl::rt_priority_default ( ) [inline, static]
static int gr::impl::rt_priority_max ( ) [inline, static]
static int gr::impl::rt_priority_min ( ) [inline, static]