- 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:
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include "GraphComponent.h"
|
#include "GraphComponent.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
//[MiscUserDefs] You can add your own user definitions and misc code here...
|
//[MiscUserDefs] You can add your own user definitions and misc code here...
|
||||||
//[/MiscUserDefs]
|
//[/MiscUserDefs]
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include "IQPlaneComponent.h"
|
#include "IQPlaneComponent.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
//[MiscUserDefs] You can add your own user definitions and misc code here...
|
//[MiscUserDefs] You can add your own user definitions and misc code here...
|
||||||
//[/MiscUserDefs]
|
//[/MiscUserDefs]
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ void MainComponent::audioDeviceIOCallback (const float** inputChannelData,
|
|||||||
(void) numInputChannels;
|
(void) numInputChannels;
|
||||||
(void) numOutputChannels;
|
(void) numOutputChannels;
|
||||||
|
|
||||||
Map<RVec> rf((RealScalar*)inputChannelData[0], numSamples);
|
RMap rf((RealScalar*)inputChannelData[0], numSamples);
|
||||||
m_pTransmitterControl->getData(outputChannelData[0], numSamples);
|
m_pTransmitterControl->getData(outputChannelData[0], numSamples);
|
||||||
// m_pReceiver->processPassband(rf, numSamples);
|
// m_pReceiver->processPassband(rf, numSamples);
|
||||||
m_rxBuf.write(rf, numSamples);
|
m_rxBuf.write(rf, numSamples);
|
||||||
|
|||||||
Reference in New Issue
Block a user