|
GNU Radio 3.7.1 C++ API
|
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. | |
| static int gr::impl::rt_priority_default | ( | ) | [inline, static] |
| static int gr::impl::rt_priority_max | ( | ) | [inline, static] |
Referenced by gr::impl::rt_sched_param::rt_sched_param().
| static int gr::impl::rt_priority_min | ( | ) | [inline, static] |
Referenced by gr::impl::rt_sched_param::rt_sched_param().