GNU Radio 3.6.4 C++ API
volk_prefs.h
Go to the documentation of this file.
1
#ifndef INCLUDED_VOLK_PREFS_H
2
#define INCLUDED_VOLK_PREFS_H
3
4
#include <
volk/volk_common.h
>
5
6
__VOLK_DECL_BEGIN
7
8
struct
volk_arch_pref
{
9
char
name
[128];
10
char
arch
[32];
11
};
12
13
////////////////////////////////////////////////////////////////////////
14
// get path to volk_config profiling info
15
////////////////////////////////////////////////////////////////////////
16
VOLK_API
void
get_config_path
(
char
*);
17
18
////////////////////////////////////////////////////////////////////////
19
// load prefs into global prefs struct
20
////////////////////////////////////////////////////////////////////////
21
VOLK_API
int
load_preferences
(
struct
volk_arch_pref
**);
22
23
__VOLK_DECL_END
24
25
#endif //INCLUDED_VOLK_PREFS_H
gnuradio
volk
include
volk
volk_prefs.h
Generated by
1.8.1.1