GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
Galileo_OSNMA.h File Reference

Galileo OSNMA message constants. More...

#include <cstddef>
#include <cstdint>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  Mack_lookup

Functions

const std::string PEMFILE_DEFAULT ("./OSNMA_PublicKey.pem")
const std::string CRTFILE_DEFAULT ("./OSNMA_PublicKey_20240115100000_newPKID_1.crt")
const std::string MERKLEFILE_DEFAULT ("./OSNMA_MerkleTree_20240115100000_newPKID_1.xml")
const std::string KROOTFILE_DEFAULT ("./OSNMA_DSM_KROOT_NMAHeader.bin")

Variables

constexpr size_t SIZE_DSM_BLOCKS_BYTES = 13
const std::unordered_map< uint8_t, std::string > OSNMA_TABLE_1
const std::unordered_map< uint8_t, std::string > OSNMA_TABLE_2
const std::unordered_map< uint8_t, std::pair< uint16_t, uint16_t > > OSNMA_TABLE_3
const std::unordered_map< uint8_t, std::string > OSNMA_TABLE_5
const std::unordered_map< std::string, uint16_t > OSNMA_TABLE_6
const std::unordered_map< uint8_t, std::pair< uint16_t, uint16_t > > OSNMA_TABLE_7
const std::unordered_map< uint8_t, std::string > OSNMA_TABLE_8
const std::unordered_map< uint8_t, uint16_t > OSNMA_TABLE_10
const std::unordered_map< uint8_t, uint8_t > OSNMA_TABLE_11
const std::unordered_map< std::string, uint16_t > OSNMA_TABLE_15
const std::unordered_map< uint8_t, Mack_lookupOSNMA_TABLE_16

Detailed Description

Galileo OSNMA message constants.

Author
Carles Fernandez, 2023. cfernandez(at)cttc.es

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

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


Definition in file Galileo_OSNMA.h.