GNU Radio Manual and C++ API Reference  3.9.0.0
The Free & Open Software Radio Ecosystem
realtime.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2006,2013 Free Software Foundation, Inc.
4  *
5  * This file is part of GNU Radio
6  *
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  *
9  */
10 
11 #ifndef INCLUDED_GR_REALTIME_H
12 #define INCLUDED_GR_REALTIME_H
13 
14 #include <gnuradio/api.h>
15 #include <gnuradio/realtime_impl.h>
16 
17 namespace gr {
18 
19 /*!
20  * \brief If possible, enable high-priority "real time" scheduling.
21  * \ingroup misc
22  */
24 
25 } /* namespace gr */
26 
27 #endif /* INCLUDED_GR_REALTIME_H */
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
GR_RUNTIME_API rt_status_t enable_realtime_scheduling()
If possible, enable high-priority "real time" scheduling.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
rt_status_t
Definition: realtime_impl.h:22