GNSS-SDR  0.0.21
An Open Source GNSS Software Defined Receiver
Classes | Enumerations
signal_enabled_flags.h File Reference

Class to check the enabled signals. More...

#include <cstdint>

Go to the source code of this file.

Classes

class  Signal_Enabled_Flags
 

Enumerations

enum  signal_flag : uint32_t {
  GPS_1C = 0x1 << 0, GPS_2S = 0x1 << 1, GPS_L5 = 0x1 << 2, GAL_1B = 0x1 << 3,
  GAL_E5a = 0x1 << 4, GAL_E5b = 0x1 << 5, GAL_E6 = 0x1 << 6, GLO_1G = 0x1 << 7,
  GLO_2G = 0x1 << 8, BDS_B1 = 0x1 << 9, BDS_B3 = 0x1 << 10, QZS_J1 = 0x1 << 11,
  QZS_J5 = 0x1 << 12
}
 

Detailed Description

Class to check the enabled signals.

Author
Mathieu Favreau, 2025. favreau.mathieu(at)hotmail.com

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2025 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file signal_enabled_flags.h.