- fixed includes after refactor

- fixed mutual inclusions

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@866 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-23 11:49:12 +00:00
parent adbcf7898c
commit 714e0293e3
8 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef _REAL_HPP_
#define _REAL_HPP_
#ifndef _RADIO_REALVECTOR_HPP_
#define _RADIO_REALVECTOR_HPP_
#include <string>
#include <memory.h>
@@ -231,4 +231,4 @@ RealVector::OpBinary<RealVector::Sub> operator-(const RealVector &a, const RealV
RealVector::OpBinary<RealVector::Mul> operator*(const RealVector &a, const RealVector &b);
RealVector::OpBinary<RealVector::Div> operator/(const RealVector &a, const RealVector &b);
#endif // _REAL_HPP_
#endif // _RADIO_REALVECTOR_HPP_
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef _REAL_HPP_
#define _REAL_HPP_
#ifndef _RADIO_REALVECTOR2_HPP_
#define _RADIO_REALVECTOR2_HPP_
#include <string>
#include <memory.h>
@@ -268,4 +268,4 @@ RealVector::OpBinary operator-(const RealVector &a, const RealVector &b);
RealVector::OpBinary operator*(const RealVector &a, const RealVector &b);
RealVector::OpBinary operator/(const RealVector &a, const RealVector &b);
#endif // _REAL_HPP_
#endif // _RADIO_REALVECTOR2_HPP_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef RADIO_H
#define RADIO_H
#ifndef _RADIO_RADIO_H_
#define _RADIO_RADIO_H_
#include "radio_types.h"
@@ -527,4 +527,4 @@ uint32_t FrameSymbolsDemap(cpx_t *pSym, uint8_t *pBits, uint32_t nBitsPerSym, ui
#endif
// --------------------------------------------------------------
#endif // RADIO_H
#endif // _RADIO_RADIO_H_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef REAL_H
#define REAL_H
#ifndef _RADIO_REAL_H_
#define _RADIO_REAL_H_
#include "radio_types.h"
@@ -28,4 +28,4 @@ radio_float_t dpow(radio_float_t base, radio_float_t exp);
#endif // __cplusplus
// --------------------------------------------------------------
#endif // REAL_H
#endif // _RADIO_REAL_H_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef RINGBUF_H
#define RINGBUF_H
#ifndef _RADIO_RINGBUF_H_
#define _RADIO_RINGBUF_H_
#include <stdint.h>
#include "radio_types.h"
@@ -59,4 +59,4 @@ void FifoPopFront(fifo_t *pObj);
#endif // __cplusplus
// --------------------------------------------------------------
#endif // RINGBUF_H
#endif // _RADIO_RINGBUF_H_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef STATISTICS_H
#define STATISTICS_H
#ifndef _RADIO_STATISTICS_H_
#define _RADIO_STATISTICS_H_
#include <stdio.h> // Trace()
#include <stdarg.h> // Trace()
@@ -91,4 +91,4 @@ void TracePrint(trace_t *pObj, const char *fmt, ... );
#endif // __cplusplus
// --------------------------------------------------------------
#endif // STATISTICS_H
#endif // _RADIO_STATISTICS_H_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef SYMBOL_H
#define SYMBOL_H
#ifndef _RADIO_SYMBOL_H_
#define _RADIO_SYMBOL_H_
#include "radio_types.h"
#include "statistics.h"
@@ -80,4 +80,4 @@ sym_err_t SymMapGetError(sym_map_t *pObj, cpx_t x, symbol_t symbol);
#endif // __cplusplus
// --------------------------------------------------------------
#endif // SYMBOL_H
#endif // _RADIO_SYMBOL_H_
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef SYNCHRONIZATION_H
#define SYNCHRONIZATION_H
#ifndef _RADIO_SYNCHRONIZATION_H_
#define _RADIO_SYNCHRONIZATION_H_
#include "radio_types.h"
#include "nco.h"
@@ -90,4 +90,4 @@ uint32_t TimingCorrectorIsStuff(timing_corrector_t *pObj);
#endif // __cplusplus
// --------------------------------------------------------------
#endif // SYNCHRONIZATION_H
#endif // _RADIO_SYNCHRONIZATION_H_