GalFNavEph.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_GALFNAVEPH_HPP
40 #define GNSSTK_GALFNAVEPH_HPP
41 
42 #include "OrbitDataGal.hpp"
43 #include "GalHealthStatus.hpp"
44 #include "GalDataValid.hpp"
45 
46 namespace gnsstk
47 {
49 
50 
52  class GalFNavEph : public OrbitDataGal
53  {
54  public:
56  GalFNavEph();
58  NavDataPtr clone() const override
59  { return std::make_shared<GalFNavEph>(*this); }
60 
66  bool validate() const override;
67 
75  CommonTime getUserTime() const override;
76 
79  void fixFit();
80 
83  void dumpSVStatus(std::ostream& s) const override;
84 
85  double bgdE5aE1;
86  uint8_t sisaIndex;
87  uint8_t svid;
91  uint16_t iodnav1;
92  uint16_t iodnav2;
93  uint16_t iodnav3;
94  uint16_t iodnav4;
97  uint16_t wn1;
98  uint32_t tow1;
99  uint16_t wn2;
100  uint32_t tow2;
101  uint16_t wn3;
102  uint32_t tow3;
103  uint32_t tow4;
104  };
105 
107 
108 }
109 
110 #endif // GNSSTK_GALFNAVEPH_HPP
gnsstk::NavDataPtr
std::shared_ptr< NavData > NavDataPtr
Factories instantiate these in response to find() requests.
Definition: NavData.hpp:62
gnsstk::GalFNavEph::iodnav2
uint16_t iodnav2
IODnav for page type 2.
Definition: GalFNavEph.hpp:92
gnsstk::GalFNavEph::clone
NavDataPtr clone() const override
Create a deep copy of this object.
Definition: GalFNavEph.hpp:58
gnsstk::GalFNavEph::getUserTime
CommonTime getUserTime() const override
Definition: GalFNavEph.cpp:75
gnsstk::OrbitDataGal
Base class for all Galileo broadcast orbit data.
Definition: OrbitDataGal.hpp:51
gnsstk::GalDataValid
GalDataValid
Identify Galileo Data Validity Status (DVS) states.
Definition: GalDataValid.hpp:51
gnsstk::GalFNavEph::dumpSVStatus
void dumpSVStatus(std::ostream &s) const override
Definition: GalFNavEph.cpp:111
gnsstk::GalFNavEph::bgdE5aE1
double bgdE5aE1
Group delay in seconds between E5a and E1.
Definition: GalFNavEph.hpp:85
gnsstk::GalFNavEph::wn1
uint16_t wn1
GST WN (week number) for page type 1.
Definition: GalFNavEph.hpp:97
gnsstk::GalFNavEph::dvsE5a
GalDataValid dvsE5a
Data validity status for E5a.
Definition: GalFNavEph.hpp:96
gnsstk::GalFNavEph::sisaIndex
uint8_t sisaIndex
Signal in space accuracy index (OS-SIS-ICD tbl 76)
Definition: GalFNavEph.hpp:86
gnsstk::GalFNavEph::iodnav4
uint16_t iodnav4
IODnav for page type 4.
Definition: GalFNavEph.hpp:94
gnsstk::GalFNavEph::xmit2
CommonTime xmit2
Transmit time for page type 2.
Definition: GalFNavEph.hpp:88
gnsstk::GalFNavEph::svid
uint8_t svid
Definition: GalFNavEph.hpp:87
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::GalFNavEph::validate
bool validate() const override
Definition: GalFNavEph.cpp:68
gnsstk::GalFNavEph::xmit3
CommonTime xmit3
Transmit time for page type 3.
Definition: GalFNavEph.hpp:89
gnsstk::GalFNavEph::hsE5a
GalHealthStatus hsE5a
Health status for E5a.
Definition: GalFNavEph.hpp:95
gnsstk::GalFNavEph::xmit4
CommonTime xmit4
Transmit time for page type 4.
Definition: GalFNavEph.hpp:90
OrbitDataGal.hpp
gnsstk::CommonTime
Definition: CommonTime.hpp:84
gnsstk::GalFNavEph::fixFit
void fixFit()
Definition: GalFNavEph.cpp:103
gnsstk::GalFNavEph::GalFNavEph
GalFNavEph()
Sets the nav message type and all other data members to 0.
Definition: GalFNavEph.cpp:48
gnsstk::GalFNavEph::wn3
uint16_t wn3
GST WN (week number) for page type 3.
Definition: GalFNavEph.hpp:101
gnsstk::GalFNavEph::tow2
uint32_t tow2
GST TOW (time of week) for page type 2.
Definition: GalFNavEph.hpp:100
gnsstk::GalFNavEph::tow3
uint32_t tow3
GST TOW (time of week) for page type 3.
Definition: GalFNavEph.hpp:102
gnsstk::GalFNavEph::iodnav1
uint16_t iodnav1
IODnav for page type 1.
Definition: GalFNavEph.hpp:91
GalDataValid.hpp
gnsstk::GalFNavEph::tow4
uint32_t tow4
GST TOW (time of week) for page type 4.
Definition: GalFNavEph.hpp:103
gnsstk::GalHealthStatus
GalHealthStatus
Identify different types of SV health states.
Definition: GalHealthStatus.hpp:51
gnsstk::GalFNavEph::wn2
uint16_t wn2
GST WN (week number) for page type 2.
Definition: GalFNavEph.hpp:99
gnsstk::GalFNavEph::tow1
uint32_t tow1
GST TOW (time of week) for page type 1.
Definition: GalFNavEph.hpp:98
gnsstk::GalFNavEph
Class containing data elements unique to Galileo F/NAV ephemerides.
Definition: GalFNavEph.hpp:52
GalHealthStatus.hpp
gnsstk::GalFNavEph::iodnav3
uint16_t iodnav3
IODnav for page type 3.
Definition: GalFNavEph.hpp:93


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