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:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user