GNU Radio C++ API
volk_rank_archs.h
Go to the documentation of this file.
1 #ifndef INCLUDED_VOLK_RANK_ARCHS_H
2 #define INCLUDED_VOLK_RANK_ARCHS_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 unsigned int get_index(const char *indices[], unsigned int n_archs, const char *arch_name);
9 unsigned int volk_rank_archs(const char *indices[], const int* arch_defs, unsigned int n_archs, const char *name, unsigned int arch);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 #endif /*INCLUDED_VOLK_RANK_ARCHS_H*/