RefFrameRlz.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 // This software was developed by Applied Research Laboratories at the
28 // University of Texas at Austin, under contract to an agency or agencies
29 // within the U.S. Department of Defense. The U.S. Government retains all
30 // rights to use, duplicate, distribute, disclose, or release this software.
31 //
32 // Pursuant to DoD Directive 523024
33 //
34 // DISTRIBUTION STATEMENT A: This software has been approved for public
35 // release, distribution is unlimited.
36 //
37 //==============================================================================
38 
39 #ifndef GNSSTK_REFRAMERLZ_HPP
40 #define GNSSTK_REFRAMERLZ_HPP
41 
42 #include "RefFrameSys.hpp"
43 #include "CommonTime.hpp"
44 
45 namespace gnsstk
46 {
48 
49 
51  enum class RefFrameRlz
52  {
53  Unknown,
54  WGS84G0,
55  WGS84G730,
56  WGS84G873,
57  WGS84G1150,
58  WGS84G1674,
59  WGS84G1762,
60  WGS84G2139,
61  ITRF94,
62  ITRF96,
63  ITRF97,
64  ITRF2000,
65  ITRF2005,
66  ITRF2008,
67  ITRF2014,
68  ITRF2020,
69  PZ90Y2007,
70  PZ90KGS,
72  Last
73  };
74 
78 
85 
95 
96  namespace StringUtils
97  {
99  std::string asString(RefFrameRlz e) noexcept;
101  RefFrameRlz asRefFrameRlz(const std::string& s) noexcept;
102  }
103 
105 
106 } // namespace gnsstk
107 
108 #endif // GNSSTK_REFRAMERLZ_HPP
RefFrameSys.hpp
gnsstk::RefFrameRlz::ITRF2008
@ ITRF2008
ITRF, 2008 version.
gnsstk::RefFrameRlz::WGS84G1762
@ WGS84G1762
WGS84, GPS week 1762 version.
gnsstk::StringUtils::asRefFrameRlz
RefFrameRlz asRefFrameRlz(const std::string &s) noexcept
Convert a string name to an RefFrameRlz.
Definition: RefFrameRlz.cpp:210
gnsstk::RefFrameRlz::ITRF2014
@ ITRF2014
ITRF, 2014 version.
gnsstk::RefFrameRlz::ITRF2020
@ ITRF2020
ITRF, 2020 version.
gnsstk::RefFrameRlz::WGS84G873
@ WGS84G873
WGS84, GPS week 873 version.
gnsstk::RefFrameRlz::ITRF96
@ ITRF96
ITRF, 1996 version.
gnsstk::RefFrameRlz::ITRF2005
@ ITRF2005
ITRF, 2005 version.
gnsstk::StringUtils::asString
std::string asString(IonexStoreStrategy e)
Convert a IonexStoreStrategy to a whitespace-free string name.
Definition: IonexStoreStrategy.cpp:46
gnsstk::RefFrameRlz
RefFrameRlz
Reference frame realizations. For general systems, see RefFrameSys.
Definition: RefFrameRlz.hpp:51
gnsstk::RefFrameRlz::ITRF97
@ ITRF97
ITRF, 1997 version.
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::RefFrameRlz::CGCS2000Y2008
@ CGCS2000Y2008
CGCS200 (BDS)
gnsstk::RefFrameRlz::WGS84G2139
@ WGS84G2139
WGS84, GPS week 2139 version.
gnsstk::RefFrameRlz::Unknown
@ Unknown
Unknown system or uninitialized value.
gnsstk::CommonTime
Definition: CommonTime.hpp:84
gnsstk::RefFrameRlz::WGS84G1674
@ WGS84G1674
WGS84, GPS week 1674 version.
gnsstk::RefFrameSys
RefFrameSys
Reference frame systems. For specific realizations, see RefFrameRlz.
Definition: RefFrameSys.hpp:51
gnsstk::RefFrameRlz::Last
@ Last
Used to verify that all items are described at compile time.
gnsstk::RefFrameRlz::PZ90Y2007
@ PZ90Y2007
PZ90 (GLONASS), 2007 version.
gnsstk::RefFrameRlz::WGS84G730
@ WGS84G730
WGS84, GPS week 730 version.
gnsstk::RefFrameRlz::WGS84G0
@ WGS84G0
WGS84, the original 1987 version.
gnsstk::EnumIterator
Definition: EnumIterator.hpp:68
gnsstk::RefFrameRlz::WGS84G1150
@ WGS84G1150
WGS84, GPS week 1150 version.
CommonTime.hpp
gnsstk::RefFrameRlzIterator
EnumIterator< RefFrameRlz, RefFrameRlz::Unknown, RefFrameRlz::Last > RefFrameRlzIterator
Definition: RefFrameRlz.hpp:77
gnsstk::RefFrameRlz::PZ90KGS
@ PZ90KGS
PZ90 the "original".
gnsstk::getRefFrameSys
RefFrameSys getRefFrameSys(RefFrameRlz rlz) noexcept
Definition: RefFrameRlz.cpp:48
gnsstk::RefFrameRlz::ITRF94
@ ITRF94
ITRF, 1994 version.
gnsstk::getRefFrameRlz
RefFrameRlz getRefFrameRlz(RefFrameSys sys, const CommonTime &when)
Definition: RefFrameRlz.cpp:77
gnsstk::RefFrameRlz::ITRF2000
@ ITRF2000
ITRF, 2000 version.


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