GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | Public Attributes | List of all members
Acq_Conf Class Reference

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 doppler_step {250.0}
 
float samples_per_ms {0.0}
 
float doppler_step2 {125.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}
 
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}
 

Detailed Description

Definition at line 33 of file acq_conf.h.


The documentation for this class was generated from the following file: