![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Public Member Functions | |
| void | SetFromConfiguration (const ConfigurationInterface *configuration, const std::string &role, double chip_rate, double opt_freq) |
Public Attributes | |
| std::string | item_type {"gr_complex"} |
| std::string | dump_filename |
| int64_t | fs_in {4000000LL} |
| int64_t | resampled_fs {0LL} |
| size_t | it_size {sizeof(gr_complex)} |
| float | samples_per_ms {0.0} |
| float | doppler_step2 {125.0} |
| float | threshold {0.0} |
| float | pfa {0.0} |
| float | pfa2 {0.0} |
| float | samples_per_code {0.0} |
| float | resampler_ratio {1.0} |
| uint32_t | sampled_ms {1U} |
| uint32_t | ms_per_code {1U} |
| uint32_t | samples_per_chip {2U} |
| uint32_t | chips_per_second {1023000U} |
| uint32_t | max_dwells {1U} |
| uint32_t | num_doppler_bins_step2 {4U} |
| uint32_t | resampler_latency_samples {0U} |
| uint32_t | dump_channel {0U} |
| int32_t | doppler_max {5000} |
| int32_t | doppler_min {-5000} |
| int32_t | doppler_step {500} |
| bool | bit_transition_flag {false} |
| bool | use_CFAR_algorithm_flag {true} |
| bool | dump {false} |
| bool | blocking {true} |
| bool | blocking_on_standby {false} |
| bool | make_2_steps {false} |
| bool | use_automatic_resampler {false} |
| bool | enable_monitor_output {false} |
| uint32_t | num_codes {0} |
| uint32_t | code_length {0} |
| uint32_t | vector_length {0} |
Definition at line 33 of file acq_conf.h.
| bool Acq_Conf::bit_transition_flag {false} |
Definition at line 69 of file acq_conf.h.
| bool Acq_Conf::blocking {true} |
Definition at line 72 of file acq_conf.h.
| bool Acq_Conf::blocking_on_standby {false} |
Definition at line 73 of file acq_conf.h.
| uint32_t Acq_Conf::chips_per_second {1023000U} |
Definition at line 60 of file acq_conf.h.
| uint32_t Acq_Conf::code_length {0} |
Definition at line 80 of file acq_conf.h.
| int32_t Acq_Conf::doppler_max {5000} |
Definition at line 65 of file acq_conf.h.
| int32_t Acq_Conf::doppler_min {-5000} |
Definition at line 66 of file acq_conf.h.
| int32_t Acq_Conf::doppler_step {500} |
Definition at line 67 of file acq_conf.h.
| float Acq_Conf::doppler_step2 {125.0} |
Definition at line 50 of file acq_conf.h.
| bool Acq_Conf::dump {false} |
Definition at line 71 of file acq_conf.h.
| uint32_t Acq_Conf::dump_channel {0U} |
Definition at line 64 of file acq_conf.h.
| std::string Acq_Conf::dump_filename |
Definition at line 42 of file acq_conf.h.
| bool Acq_Conf::enable_monitor_output {false} |
Definition at line 76 of file acq_conf.h.
| int64_t Acq_Conf::fs_in {4000000LL} |
Definition at line 44 of file acq_conf.h.
| size_t Acq_Conf::it_size {sizeof(gr_complex)} |
Definition at line 47 of file acq_conf.h.
| std::string Acq_Conf::item_type {"gr_complex"} |
Definition at line 41 of file acq_conf.h.
| bool Acq_Conf::make_2_steps {false} |
Definition at line 74 of file acq_conf.h.
| uint32_t Acq_Conf::max_dwells {1U} |
Definition at line 61 of file acq_conf.h.
| uint32_t Acq_Conf::ms_per_code {1U} |
Definition at line 58 of file acq_conf.h.
| uint32_t Acq_Conf::num_codes {0} |
Definition at line 79 of file acq_conf.h.
| uint32_t Acq_Conf::num_doppler_bins_step2 {4U} |
Definition at line 62 of file acq_conf.h.
| float Acq_Conf::pfa {0.0} |
Definition at line 52 of file acq_conf.h.
| float Acq_Conf::pfa2 {0.0} |
Definition at line 53 of file acq_conf.h.
| int64_t Acq_Conf::resampled_fs {0LL} |
Definition at line 45 of file acq_conf.h.
| uint32_t Acq_Conf::resampler_latency_samples {0U} |
Definition at line 63 of file acq_conf.h.
| float Acq_Conf::resampler_ratio {1.0} |
Definition at line 55 of file acq_conf.h.
| uint32_t Acq_Conf::sampled_ms {1U} |
Definition at line 57 of file acq_conf.h.
| uint32_t Acq_Conf::samples_per_chip {2U} |
Definition at line 59 of file acq_conf.h.
| float Acq_Conf::samples_per_code {0.0} |
Definition at line 54 of file acq_conf.h.
| float Acq_Conf::samples_per_ms {0.0} |
Definition at line 49 of file acq_conf.h.
| float Acq_Conf::threshold {0.0} |
Definition at line 51 of file acq_conf.h.
| bool Acq_Conf::use_automatic_resampler {false} |
Definition at line 75 of file acq_conf.h.
| bool Acq_Conf::use_CFAR_algorithm_flag {true} |
Definition at line 70 of file acq_conf.h.
| uint32_t Acq_Conf::vector_length {0} |
Definition at line 81 of file acq_conf.h.