GNU Radio Manual and C++ API Reference 3.8.5.0
The Free & Open Software Radio Ecosystem
Loading...
Searching...
No Matches
gr::impl::rt_sched_param Struct Reference

#include <gnuradio/realtime_impl.h>

Public Member Functions

 rt_sched_param ()
 rt_sched_param (int priority_, rt_sched_policy policy_=RT_SCHED_RR)

Public Attributes

int priority
rt_sched_policy policy

Constructor & Destructor Documentation

◆ rt_sched_param() [1/2]

gr::impl::rt_sched_param::rt_sched_param ( )
inline

◆ rt_sched_param() [2/2]

gr::impl::rt_sched_param::rt_sched_param ( int priority_,
rt_sched_policy policy_ = RT_SCHED_RR )
inline

Member Data Documentation

◆ policy

rt_sched_policy gr::impl::rt_sched_param::policy

Referenced by rt_sched_param(), and rt_sched_param().

◆ priority

int gr::impl::rt_sched_param::priority

Referenced by rt_sched_param(), and rt_sched_param().


The documentation for this struct was generated from the following file: