1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Experimental GPS assistence using Secure User Plane Protocol (SUPL) initial tests. Not usable yet!

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@348 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Javier Arribas
2013-03-15 18:05:37 +00:00
parent 12003ffa94
commit d7b014e373
17 changed files with 334 additions and 67 deletions

View File

@@ -114,8 +114,13 @@ public:
private:
void init();
void apply_action(unsigned int what);
/*!
* \brief Populates the SV PRN list available for acquisition and tracking
*/
void set_signals_list();
/*!
* \brief Initializes the channels state (start acquisition or keep stanby) using the configuration parameters (number of channels and max channels in acquisition)
*/
void set_channels_state();
bool connected_;
bool running_;