GPSCNav2Eph.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_GPSCNAV2EPH_HPP
40 #define GNSSTK_GPSCNAV2EPH_HPP
41 
42 #include "OrbitDataGPS.hpp"
43 #include "gnsstk_export.h"
44 
45 namespace gnsstk
46 {
48 
49 
51  class GPSCNav2Eph : public OrbitDataGPS
52  {
53  public:
55  GNSSTK_EXPORT static const double refAGPS;
57  GNSSTK_EXPORT static const double refOMEGAdotGPS;
59  GNSSTK_EXPORT static const double refAQZSS;
61  GNSSTK_EXPORT static const double refOMEGAdotQZSS;
62 
64  GPSCNav2Eph();
66  NavDataPtr clone() const override
67  { return std::make_shared<GPSCNav2Eph>(*this); }
68 
74  bool validate() const override;
75 
78  void fixFit();
79 
82  void dumpSVStatus(std::ostream& s) const override;
83 
84  uint8_t itow;
85  bool healthL1C;
87  int8_t uraED;
88  int8_t uraNED0;
89  uint8_t uraNED1;
90  uint8_t uraNED2;
91  bool integStat;
92  double deltaA;
93  double dOMEGAdot;
95  double tgd;
96  double iscL1CP;
97  double iscL1CD;
98  };
99 
101 
102 }
103 
104 #endif // GNSSTK_GPSCNAV2EPH_HPP
gnsstk::NavDataPtr
std::shared_ptr< NavData > NavDataPtr
Factories instantiate these in response to find() requests.
Definition: NavData.hpp:62
gnsstk::OrbitDataGPS
Base class for all GPS broadcast orbit data.
Definition: OrbitDataGPS.hpp:51
OrbitDataGPS.hpp
gnsstk::GPSCNav2Eph::uraNED0
int8_t uraNED0
non-elevation dependent URA from clock message.
Definition: GPSCNav2Eph.hpp:88
gnsstk::GPSCNav2Eph::refOMEGAdotQZSS
static const GNSSTK_EXPORT double refOMEGAdotQZSS
OMEGA dot reference value defined in IS-QZSS-PNT-004 (radians).
Definition: GPSCNav2Eph.hpp:61
gnsstk::GPSCNav2Eph::dumpSVStatus
void dumpSVStatus(std::ostream &s) const override
Definition: GPSCNav2Eph.cpp:118
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::GPSCNav2Eph::validate
bool validate() const override
Definition: GPSCNav2Eph.cpp:73
gnsstk::GPSCNav2Eph::top
CommonTime top
Time of prediction.
Definition: GPSCNav2Eph.hpp:94
gnsstk::GPSCNav2Eph::itow
uint8_t itow
Definition: GPSCNav2Eph.hpp:84
gnsstk::GPSCNav2Eph::uraNED2
uint8_t uraNED2
non-elevation dependent URA from clock message.
Definition: GPSCNav2Eph.hpp:90
gnsstk::GPSCNav2Eph::healthL1C
bool healthL1C
L1C signal health.
Definition: GPSCNav2Eph.hpp:86
gnsstk::GPSCNav2Eph::GPSCNav2Eph
GPSCNav2Eph()
Sets the nav message type and all other data members to 0.
Definition: GPSCNav2Eph.cpp:53
gnsstk::GPSCNav2Eph::dOMEGAdot
double dOMEGAdot
Rate of right ascension relative to -2.6e-9*pi.
Definition: GPSCNav2Eph.hpp:93
gnsstk::GPSCNav2Eph::uraED
int8_t uraED
5-bit URA index from message type 10.
Definition: GPSCNav2Eph.hpp:87
gnsstk::GPSCNav2Eph
Class containing data elements unique to GPS CNav2 ephemerides.
Definition: GPSCNav2Eph.hpp:51
gnsstk::GPSCNav2Eph::iscL1CP
double iscL1CP
Inter-signal correction for L1CP.
Definition: GPSCNav2Eph.hpp:96
gnsstk::CommonTime
Definition: CommonTime.hpp:84
gnsstk::GPSCNav2Eph::refAQZSS
static const GNSSTK_EXPORT double refAQZSS
Aref value defined in IS-QZSS-PNT-004 (meters).
Definition: GPSCNav2Eph.hpp:59
gnsstk::GPSCNav2Eph::uraNED1
uint8_t uraNED1
non-elevation dependent URA from clock message.
Definition: GPSCNav2Eph.hpp:89
gnsstk::GPSCNav2Eph::tgd
double tgd
Ionospheric group delay in seconds. NaN=invalid.
Definition: GPSCNav2Eph.hpp:95
gnsstk::GPSCNav2Eph::iscL1CD
double iscL1CD
Inter-signal correction for L1CD.
Definition: GPSCNav2Eph.hpp:97
gnsstk::GPSCNav2Eph::integStat
bool integStat
Integrity status flag.
Definition: GPSCNav2Eph.hpp:91
gnsstk::GPSCNav2Eph::refOMEGAdotGPS
static const GNSSTK_EXPORT double refOMEGAdotGPS
OMEGA dot reference value defined in IS-GPS-800 (radians).
Definition: GPSCNav2Eph.hpp:57
gnsstk::GPSCNav2Eph::fixFit
void fixFit()
Definition: GPSCNav2Eph.cpp:81
gnsstk::GPSCNav2Eph::refAGPS
static const GNSSTK_EXPORT double refAGPS
Aref value defined in IS-GPS-800 (meters).
Definition: GPSCNav2Eph.hpp:55
gnsstk::GPSCNav2Eph::clone
NavDataPtr clone() const override
Create a deep copy of this object.
Definition: GPSCNav2Eph.hpp:66
gnsstk::GPSCNav2Eph::deltaA
double deltaA
Semi-major axis relative to reference (Aref).
Definition: GPSCNav2Eph.hpp:92


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39