23 #ifndef INCLUDED_GNURADIO_REALTIME_H 24 #define INCLUDED_GNURADIO_REALTIME_H 72 throw std::invalid_argument(
"rt_sched_param: priority out of range");
rt_sched_policy
Definition: realtime_impl.h:43
Definition: realtime_impl.h:39
int priority
Definition: realtime_impl.h:63
Definition: realtime_impl.h:45
Definition: realtime_impl.h:37
Definition: realtime_impl.h:62
static int rt_priority_default()
Definition: realtime_impl.h:60
Definition: realtime_impl.h:40
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
static int rt_priority_max()
Definition: realtime_impl.h:59
rt_sched_policy policy
Definition: realtime_impl.h:64
Include this header to use the message passing features.
Definition: logger.h:695
rt_sched_param(int priority_, rt_sched_policy policy_=RT_SCHED_RR)
Definition: realtime_impl.h:69
Definition: realtime_impl.h:44
static int rt_priority_min()
Definition: realtime_impl.h:58
rt_status_t
Definition: realtime_impl.h:36
Definition: realtime_impl.h:38
rt_sched_param()
Definition: realtime_impl.h:66
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 befo...