core
lib
NewNav
IonoNavData.hpp
Go to the documentation of this file.
1
//==============================================================================
2
//
3
// This file is part of GNSSTk, the ARL:UT GNSS Toolkit.
4
//
5
// The GNSSTk is free software; you can redistribute it and/or modify
6
// it under the terms of the GNU Lesser General Public License as published
7
// by the Free Software Foundation; either version 3.0 of the License, or
8
// any later version.
9
//
10
// The GNSSTk is distributed in the hope that it will be useful,
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
// GNU Lesser General Public License for more details.
14
//
15
// You should have received a copy of the GNU Lesser General Public
16
// License along with GNSSTk; if not, write to the Free Software Foundation,
17
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18
//
19
// This software was developed by Applied Research Laboratories at the
20
// University of Texas at Austin.
21
// Copyright 2004-2022, The Board of Regents of The University of Texas System
22
//
23
//==============================================================================
24
25
26
//==============================================================================
27
//
28
// This software was developed by Applied Research Laboratories at the
29
// University of Texas at Austin, under contract to an agency or agencies
30
// within the U.S. Department of Defense. The U.S. Government retains all
31
// rights to use, duplicate, distribute, disclose, or release this software.
32
//
33
// Pursuant to DoD Directive 523024
34
//
35
// DISTRIBUTION STATEMENT A: This software has been approved for public
36
// release, distribution is unlimited.
37
//
38
//==============================================================================
39
#ifndef GNSSTK_IONODATA_HPP
40
#define GNSSTK_IONODATA_HPP
41
42
#include "
NavData.hpp
"
43
#include "
Position.hpp
"
44
45
namespace
gnsstk
46
{
48
49
53
class
IonoNavData
:
public
NavData
54
{
55
public
:
57
IonoNavData
()
58
{
signal
.
messageType
=
NavMessageType::Iono
; }
59
61
virtual
~IonoNavData
()
62
{}
63
70
virtual
double
getIonoCorr
(
const
CommonTime
& when,
71
const
Position
& rxgeo,
72
const
Position
& svgeo,
73
CarrierBand
band)
const
= 0;
74
76
bool
isSameData
(
const
NavDataPtr
& right)
const override
77
{
78
Exception
exc(
"Unimplemented function"
);
79
GNSSTK_THROW
(exc);
80
}
82
std::list<std::string>
compare
(
const
NavDataPtr
& right)
83
const override
84
{
85
Exception
exc(
"Unimplemented function"
);
86
GNSSTK_THROW
(exc);
87
}
88
};
89
91
92
}
93
94
#endif // GNSSTK_IONODATA_HPP
gnsstk::NavDataPtr
std::shared_ptr< NavData > NavDataPtr
Factories instantiate these in response to find() requests.
Definition:
NavData.hpp:62
gnsstk::IonoNavData::getIonoCorr
virtual double getIonoCorr(const CommonTime &when, const Position &rxgeo, const Position &svgeo, CarrierBand band) const =0
gnsstk::CarrierBand
CarrierBand
Definition:
CarrierBand.hpp:54
gnsstk::NavMessageID::messageType
NavMessageType messageType
Definition:
NavMessageID.hpp:97
gnsstk::NavData
Definition:
NavData.hpp:86
gnsstk::IonoNavData
Definition:
IonoNavData.hpp:53
gnsstk::IonoNavData::~IonoNavData
virtual ~IonoNavData()
Obligatory virtual destructor.
Definition:
IonoNavData.hpp:61
Position.hpp
gnsstk::NavData::signal
NavMessageID signal
Source signal identification for this navigation message data.
Definition:
NavData.hpp:175
gnsstk
For Sinex::InputHistory.
Definition:
BasicFramework.cpp:50
gnsstk::Exception
Definition:
Exception.hpp:151
NavData.hpp
gnsstk::NavMessageType::Iono
@ Iono
Ionospheric correction data.
gnsstk::CommonTime
Definition:
CommonTime.hpp:84
gnsstk::IonoNavData::compare
std::list< std::string > compare(const NavDataPtr &right) const override
Definition:
IonoNavData.hpp:82
gnsstk::IonoNavData::isSameData
bool isSameData(const NavDataPtr &right) const override
Definition:
IonoNavData.hpp:76
gnsstk::Position
Definition:
Position.hpp:136
gnsstk::IonoNavData::IonoNavData
IonoNavData()
Set the messageType.
Definition:
IonoNavData.hpp:57
GNSSTK_THROW
#define GNSSTK_THROW(exc)
Definition:
Exception.hpp:366
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39