1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-01 07:43:04 +00:00

Introducing the new satellite dispatcher with optional assistance from primary frequencies to secondary frequencies

This commit is contained in:
Javier Arribas
2019-07-19 18:49:42 +02:00
parent 0035cd06dd
commit 504a22d6bb
4 changed files with 195 additions and 564 deletions

View File

@@ -100,6 +100,8 @@ public:
void perform_hw_reset();
#endif
void acquisition_manager(unsigned int who);
/*!
* \brief Applies an action to the flow graph
*
@@ -114,11 +116,6 @@ public:
void set_configuration(std::shared_ptr<ConfigurationInterface> configuration);
unsigned int applied_actions() const
{
return applied_actions_;
}
bool connected() const
{
return connected_;
@@ -167,7 +164,6 @@ private:
unsigned int channels_count_;
unsigned int acq_channels_count_;
unsigned int max_acq_channels_;
unsigned int applied_actions_;
std::string config_file_;
std::shared_ptr<ConfigurationInterface> configuration_;