GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
Obs_Conf Class Reference

Public Attributes

std::string dump_filename {"obs_dump.dat"}
int32_t smoothing_factor {0}
uint32_t nchannels_in {0U}
uint32_t nchannels_out {0U}
uint32_t observable_interval_ms {20U}
bool enable_carrier_smoothing {false}
bool always_output_gs {false}
bool dump {false}
bool dump_mat {false}
bool enable_E6 {false}

Detailed Description

Definition at line 30 of file obs_conf.h.

Member Data Documentation

◆ always_output_gs

bool Obs_Conf::always_output_gs {false}

Definition at line 41 of file obs_conf.h.

◆ dump

bool Obs_Conf::dump {false}

Definition at line 42 of file obs_conf.h.

◆ dump_filename

std::string Obs_Conf::dump_filename {"obs_dump.dat"}

Definition at line 35 of file obs_conf.h.

◆ dump_mat

bool Obs_Conf::dump_mat {false}

Definition at line 43 of file obs_conf.h.

◆ enable_carrier_smoothing

bool Obs_Conf::enable_carrier_smoothing {false}

Definition at line 40 of file obs_conf.h.

◆ enable_E6

bool Obs_Conf::enable_E6 {false}

Definition at line 44 of file obs_conf.h.

◆ nchannels_in

uint32_t Obs_Conf::nchannels_in {0U}

Definition at line 37 of file obs_conf.h.

◆ nchannels_out

uint32_t Obs_Conf::nchannels_out {0U}

Definition at line 38 of file obs_conf.h.

◆ observable_interval_ms

uint32_t Obs_Conf::observable_interval_ms {20U}

Definition at line 39 of file obs_conf.h.

◆ smoothing_factor

int32_t Obs_Conf::smoothing_factor {0}

Definition at line 36 of file obs_conf.h.


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