- use namespace std;

- make mmore portable regarding matric lib

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@895 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-30 10:22:54 +00:00
parent 0e6b0c99de
commit dbdbf183d4
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@
#include "GraphComponent.h"
using namespace std;
//[MiscUserDefs] You can add your own user definitions and misc code here...
//[/MiscUserDefs]
+1
View File
@@ -22,6 +22,7 @@
#include "IQPlaneComponent.h"
using namespace std;
//[MiscUserDefs] You can add your own user definitions and misc code here...
//[/MiscUserDefs]
+1 -1
View File
@@ -152,7 +152,7 @@ void MainComponent::audioDeviceIOCallback (const float** inputChannelData,
(void) numInputChannels;
(void) numOutputChannels;
Map<RVec> rf((RealScalar*)inputChannelData[0], numSamples);
RMap rf((RealScalar*)inputChannelData[0], numSamples);
m_pTransmitterControl->getData(outputChannelData[0], numSamples);
// m_pReceiver->processPassband(rf, numSamples);
m_rxBuf.write(rf, numSamples);