GNU Radio 3.6.5 C++ API

volk_rank_archs.h

Go to the documentation of this file.
00001 #ifndef INCLUDED_VOLK_RANK_ARCHS_H
00002 #define INCLUDED_VOLK_RANK_ARCHS_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 unsigned int get_index(const char *indices[], unsigned int n_archs, const char *arch_name);
00009 unsigned int volk_rank_archs(const char *indices[], const int* arch_defs, unsigned int n_archs, const char *name, unsigned int arch);
00010 
00011 #ifdef __cplusplus
00012 }
00013 #endif
00014 #endif /*INCLUDED_VOLK_RANK_ARCHS_H*/