USRP Hardware Driver and USRP Manual Version: 3.15.0.0-MacPorts-Release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1//
2// Copyright 2019 Ettus Research, a National Instruments Brand
3//
4// SPDX-License-Identifier: GPL-3.0-or-later
5//
6
7#ifndef INCLUDED_UHD_VERSION_H
8#define INCLUDED_UHD_VERSION_H
9
10#include <uhd/config.h>
11#include <uhd/error.h>
12
13#include <stdlib.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
21 char* abi_string_out,
22 size_t buffer_len
23);
24
27 char* version_out,
28 size_t buffer_len
29);
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* INCLUDED_UHD_VERSION_H */
#define UHD_API
Definition config.h:68
uhd_error
UHD error codes.
Definition error.h:21
UHD_API uhd_error uhd_get_version_string(char *version_out, size_t buffer_len)
Get the version string (dotted version number + build info)
UHD_API uhd_error uhd_get_abi_string(char *abi_string_out, size_t buffer_len)
Get the ABI compatibility string for this build of the library.