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

Public Member Functions

 Signal_Enabled_Flags (const ConfigurationInterface *configuration)
 
 Signal_Enabled_Flags (uint32_t flags_)
 
template<typename T >
uint32_t or_all (const T &value) const
 
template<typename T , typename... Args>
uint32_t or_all (const T &first, const Args &... rest) const
 
template<typename... Args>
bool check_only_enabled (const Args &... args) const
 
template<typename... Args>
bool check_any_enabled (const Args &... args) const
 

Public Attributes

const uint32_t flags
 
const bool has_gps
 
const bool has_galileo
 
const bool has_glonass
 
const bool has_beidou
 
const bool has_qzss
 
const bool only_gps
 
const bool only_galileo
 
const bool only_glonass
 
const bool only_beidou
 
const bool only_qzss
 

Detailed Description

Definition at line 41 of file signal_enabled_flags.h.


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