- 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:
@@ -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]
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
//[Headers] -- You can add your own extra header files here --
|
||||
#include <JuceHeader.h>
|
||||
#include "Receiver.h"
|
||||
#include "Receiver.hpp"
|
||||
//[/Headers]
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -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
@@ -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,4 +1,4 @@
|
||||
#include "Transmitter.h"
|
||||
#include "Transmitter.hpp"
|
||||
|
||||
|
||||
Transmitter::Transmitter(void)
|
||||
|
||||
Reference in New Issue
Block a user