mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Modifications to allow volk_gnsssdr+volk functions
Modified the templates of the module volk_gnsssdr to generate the header files with some changes that allow running volk_gnsssdr functions and volk standard functions at the same time in a file.
This commit is contained in:
		| @@ -19,8 +19,8 @@ | ||||
|  * Boston, MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| #ifndef INCLUDED_VOLK_RUNTIME | ||||
| #define INCLUDED_VOLK_RUNTIME | ||||
| #ifndef INCLUDED_VOLK_GNSSSDR_RUNTIME | ||||
| #define INCLUDED_VOLK_GNSSSDR_RUNTIME | ||||
|  | ||||
| #include <volk_gnsssdr/volk_gnsssdr_typedefs.h> | ||||
| #include <volk_gnsssdr/volk_gnsssdr_config_fixed.h> | ||||
|   | ||||
| @@ -19,8 +19,8 @@ | ||||
|  * Boston, MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| #ifndef INCLUDED_VOLK_CONFIG_FIXED_H | ||||
| #define INCLUDED_VOLK_CONFIG_FIXED_H | ||||
| #ifndef INCLUDED_VOLK_GNSSSDR_CONFIG_FIXED_H | ||||
| #define INCLUDED_VOLK_GNSSSDR_CONFIG_FIXED_H | ||||
|  | ||||
| #for $i, $arch in enumerate($archs) | ||||
| #define LV_$(arch.name.upper()) $i | ||||
|   | ||||
| @@ -19,8 +19,8 @@ | ||||
|  * Boston, MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| #ifndef INCLUDED_VOLK_CPU_H | ||||
| #define INCLUDED_VOLK_CPU_H | ||||
| #ifndef INCLUDED_VOLK_GNSSSDR_CPU_H | ||||
| #define INCLUDED_VOLK_GNSSSDR_CPU_H | ||||
|  | ||||
| #include <volk_gnsssdr/volk_gnsssdr_common.h> | ||||
|  | ||||
|   | ||||
| @@ -19,8 +19,8 @@ | ||||
|  * Boston, MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| #ifndef INCLUDED_LIBVOLK_MACHINES_H | ||||
| #define INCLUDED_LIBVOLK_MACHINES_H | ||||
| #ifndef INCLUDED_LIBVOLK_GNSSSDR_MACHINES_H | ||||
| #define INCLUDED_LIBVOLK_GNSSSDR_MACHINES_H | ||||
|  | ||||
| #include <volk_gnsssdr/volk_gnsssdr_common.h> | ||||
| #include <volk_gnsssdr/volk_gnsssdr_typedefs.h> | ||||
|   | ||||
| @@ -19,8 +19,8 @@ | ||||
|  * Boston, MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| #ifndef INCLUDED_VOLK_TYPEDEFS | ||||
| #define INCLUDED_VOLK_TYPEDEFS | ||||
| #ifndef INCLUDED_VOLK_GNSSSDR_TYPEDEFS | ||||
| #define INCLUDED_VOLK_GNSSSDR_TYPEDEFS | ||||
|  | ||||
| #include <inttypes.h> | ||||
| #include <volk_gnsssdr/volk_gnsssdr_complex.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrés Cecilia Luque
					Andrés Cecilia Luque