Go to the source code of this file.
Namespaces | |
point_one | |
GNSS signal and frequency type definitions. | |
point_one::fusion_engine | |
Functions | |
template<typename... Args> | |
constexpr uint32_t | point_one::fusion_engine::messages::ToBitMask (FrequencyBand first, Args... others) |
Convert two or more FrequencyBand values to a bitmask. More... | |
constexpr uint32_t | point_one::fusion_engine::messages::ToBitMask (FrequencyBand type) |
Convert a FrequencyBand to a corresponding frequency control bitmask value. More... | |
template<typename... Args> | |
constexpr uint32_t | point_one::fusion_engine::messages::ToBitMask (SatelliteType first, Args... others) |
Convert two or more SatelliteType values to a bitmask. More... | |
constexpr uint32_t | point_one::fusion_engine::messages::ToBitMask (SatelliteType type) |
Convert a SatelliteType to a corresponding constellation control bitmask value. More... | |