- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@889 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-29 13:10:20 +00:00
parent 098a8293c2
commit a346598469
7 changed files with 32 additions and 14 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
//[Headers] -- You can add your own extra header files here --
#include "JuceHeader.h"
#include "Receiver.h"
#include "Transmitter.h"
#include "Receiver.hpp"
#include "Transmitter.hpp"
//[/Headers]
+1 -1
View File
@@ -22,7 +22,7 @@
//[Headers] -- You can add your own extra header files here --
#include <JuceHeader.h>
#include "Receiver.h"
#include "Receiver.hpp"
//[/Headers]
+1 -1
View File
@@ -22,7 +22,7 @@
//[Headers] -- You can add your own extra header files here --
#include "JuceHeader.h"
#include "Receiver.h"
#include "Receiver.hpp"
#define NUM_TRACKER_POINTS 4
//[/Headers]
+3 -3
View File
@@ -26,10 +26,10 @@
#include "GraphComponent.h"
#include "LogComponent.h"
#include "ControlComponent.h"
#include "Receiver.h"
#include "Transmitter.h"
#include "Receiver.hpp"
#include "Transmitter.hpp"
#include <cpp/radio/Vector.hpp>
#include "RxBuffer.hpp"
#include "ReceiverBuffer.hpp"
//[/Headers]
+1 -1
View File
@@ -1,6 +1,6 @@
#include <cmath>
#include <float.h>
#include "Receiver.h"
#include "Receiver.hpp"
#include "MinMaxLemire.h"
#include <cpp/radio/Interpolation.hpp>
#include <cpp/radio/Frame.hpp>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "Transmitter.h"
#include "Transmitter.hpp"
Transmitter::Transmitter(void)