GNU Radio 3.6.5 C++ API

volk_prefs.h

Go to the documentation of this file.
00001 #ifndef INCLUDED_VOLK_PREFS_H
00002 #define INCLUDED_VOLK_PREFS_H
00003 
00004 #include <volk/volk_common.h>
00005 
00006 __VOLK_DECL_BEGIN
00007 
00008 struct volk_arch_pref {
00009     char name[128];
00010     char arch[32];
00011 };
00012 
00013 ////////////////////////////////////////////////////////////////////////
00014 // get path to volk_config profiling info
00015 ////////////////////////////////////////////////////////////////////////
00016 VOLK_API void get_config_path(char *);
00017 
00018 ////////////////////////////////////////////////////////////////////////
00019 // load prefs into global prefs struct
00020 ////////////////////////////////////////////////////////////////////////
00021 VOLK_API int load_preferences(struct volk_arch_pref **);
00022 
00023 __VOLK_DECL_END
00024 
00025 #endif //INCLUDED_VOLK_PREFS_H