1
0
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:
Luis Esteve
2012-03-02 17:17:51 +00:00
parent 756e6fe4e3
commit c428fe21c5
10 changed files with 263 additions and 182 deletions

View File

@@ -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;
};