mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-20 00:55:17 +00:00
Changes in flowgraph and channel_fsm. Now the number of channels in acquisition mode can be controlled from the config file.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@179 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
virtual void start_acquisition() = 0;
|
||||
virtual void set_signal(Gnss_Signal) = 0;
|
||||
virtual void start() = 0;
|
||||
virtual void standby() = 0;
|
||||
virtual void stop() = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user