GNU Radio 3.5.3.1 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 
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 ////////////////////////////////////////////////////////////////////////
22 
24 
25 #endif //INCLUDED_VOLK_PREFS_H