diff options
author | Jörgen Scott <jorgen.scott@gmail.com> | 2015-01-13 11:27:39 +0100 |
---|---|---|
committer | Jörgen Scott <jorgen.scott@gmail.com> | 2015-01-13 11:27:39 +0100 |
commit | ba790cba2f7b48dd66f4418de0b7b366422926b0 (patch) | |
tree | a31f4fce6227b549561f53fb6f10e455070871f0 /src/DabModulator.h | |
parent | 593c130b1e6848a08b30a84732ebd6862ef2e3b7 (diff) | |
download | dabmod-ba790cba2f7b48dd66f4418de0b7b366422926b0.tar.gz dabmod-ba790cba2f7b48dd66f4418de0b7b366422926b0.tar.bz2 dabmod-ba790cba2f7b48dd66f4418de0b7b366422926b0.zip |
added zmq remote control
Diffstat (limited to 'src/DabModulator.h')
-rw-r--r-- | src/DabModulator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DabModulator.h b/src/DabModulator.h index 21f9f61..84c9926 100644 --- a/src/DabModulator.h +++ b/src/DabModulator.h @@ -47,7 +47,7 @@ class DabModulator : public ModCodec public: DabModulator( struct modulator_offset_config& modconf, - BaseRemoteController* rc, + RemoteControllers* rcs, Logger& logger, unsigned outputRate = 2048000, unsigned clockRate = 0, unsigned dabMode = 0, GainMode gainMode = GAIN_VAR, @@ -77,7 +77,7 @@ protected: Flowgraph* myFlowgraph; OutputMemory* myOutput; std::string myFilterTapsFilename; - BaseRemoteController* myRC; + RemoteControllers* myRCs; size_t myNbSymbols; size_t myNbCarriers; |