From 59a158c5760529c233c46dd1fc4ad4310ea8e0c7 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 14 Feb 2015 11:32:22 +0100 Subject: [PATCH] Documenting the new method --- .../adapters/galileo_e1_pcps_ambiguous_acquisition.h | 3 +++ .../adapters/galileo_e1_pcps_cccwsr_ambiguous_acquisition.h | 3 +++ .../galileo_e1_pcps_quicksync_ambiguous_acquisition.h | 3 +++ .../adapters/galileo_e1_pcps_tong_ambiguous_acquisition.h | 3 +++ .../acquisition/adapters/gps_l1_ca_pcps_acquisition.h | 3 +++ .../adapters/gps_l1_ca_pcps_quicksync_acquisition.h | 3 +++ .../acquisition/adapters/gps_l1_ca_pcps_tong_acquisition.h | 6 ++++-- 7 files changed, 22 insertions(+), 2 deletions(-) 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: