USRP Hardware Driver and USRP Manual Version: 4.1.0.3
UHD and USRP Manual
thread_priority.h
Go to the documentation of this file.
1//
2// Copyright 2015 Ettus Research LLC
3// Copyright 2018 Ettus Research, a National Instruments Company
4//
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
7
8#pragma once
9
10#include <uhd/config.h>
11#include <uhd/error.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17static const float uhd_default_thread_priority = 0.5;
18
34 float priority,
35 bool realtime
36);
37
38#ifdef __cplusplus
39}
40#endif
#define UHD_API
Definition: config.h:70
uhd_error
UHD error codes.
Definition: error.h:20
UHD_API uhd_error uhd_set_thread_priority(float priority, bool realtime)