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
*/
23
GR_RUNTIME_API
rt_status_t
enable_realtime_scheduling
();
24
25
}
/* namespace gr */
26
27
#endif
/* INCLUDED_GR_REALTIME_H */
api.h
GR_RUNTIME_API
#define GR_RUNTIME_API
Definition:
gnuradio-runtime/include/gnuradio/api.h:18
gr::enable_realtime_scheduling
GR_RUNTIME_API rt_status_t enable_realtime_scheduling()
If possible, enable high-priority "real time" scheduling.
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::rt_status_t
rt_status_t
Definition:
realtime_impl.h:22
realtime_impl.h
gnuradio-runtime
include
gnuradio
realtime.h
Generated by
1.9.1