diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h index c69d93d4b..fb0b098be 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_ambiguous_acquisition.h @@ -129,6 +129,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h index 3e82b63dd..0acfd07ee 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h @@ -126,6 +126,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h index 00c55ca84..ec71e7cb1 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_quicksync_ambiguous_acquisition.h @@ -129,6 +129,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: diff --git a/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h b/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h index b3751dfc4..16c8b1f37 100644 --- a/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h +++ b/src/algorithms/acquisition/adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h @@ -129,6 +129,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h index 077a937ac..52665947d 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_acquisition.h @@ -137,6 +137,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h index 7234755de..88f1ebe0c 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_quicksync_acquisition.h @@ -132,6 +132,9 @@ public: */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: ConfigurationInterface* configuration_; diff --git a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h index 9ca96c8a9..e4afb6e19 100644 --- a/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h +++ b/src/algorithms/acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h @@ -127,10 +127,12 @@ public: /*! * \brief Restart acquisition algorithm - */// std::cout << "role " << role_ << std::endl; - + */ void reset(); + /*! + * \brief If state = 1, it forces the block to start acquiring from the first sample + */ void set_state(int state); private: