BDSconsts.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 
43 #ifndef GNSSTK_BDSCONSTS_HPP
44 #define GNSSTK_BDSCONSTS_HPP
45 
46 namespace gnsstk
47 {
48  namespace bds
49  {
50  // use enum for integral constants and constexpr for floating
51  // point to avoid having the linker allocate storage for the
52  // data.
53 
56  {
57  Preamble = 0x712,
58  D1MinSF = 1,
59  D1MinEphSF = 1,
60  D1MaxEphSF = 3,
61  D1AmEpIDSF = 4,
62  D1MinAlmSF = 4,
63  D1MaxAlmSF = 5,
64  D1MaxSF = 5,
68 
69  D2MinSF = 1,
70  D2EphSF = 1,
71  D2AlmSF = 5,
72  D2MaxSF = 5,
73  };
74  }
75 }
76 
77 #endif // GNSSTK_BDSCONSTS_HPP
gnsstk::bds::D1MinSF
@ D1MinSF
Minimum D1 subframe ID.
Definition: BDSconsts.hpp:58
gnsstk::bds::D1MinExpAlmPg
@ D1MinExpAlmPg
Minimum D1 SF5 page containing expanded alm.
Definition: BDSconsts.hpp:65
gnsstk::bds::D1MaxAlmSF
@ D1MaxAlmSF
Maximum D1 subframe ID containing alm data.
Definition: BDSconsts.hpp:63
gnsstk::bds::D1MaxEphSF
@ D1MaxEphSF
Maximum D1 subframe ID containing eph data.
Definition: BDSconsts.hpp:60
gnsstk::bds::D2MinSF
@ D2MinSF
Minimum D2 subframe ID.
Definition: BDSconsts.hpp:69
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::bds::D2MaxSF
@ D2MaxSF
Maximum D2 subframe ID.
Definition: BDSconsts.hpp:72
gnsstk::bds::D2AlmSF
@ D2AlmSF
D2 subframe ID containing almanac data.
Definition: BDSconsts.hpp:71
gnsstk::bds::D1MaxExpAlmPg
@ D1MaxExpAlmPg
Maximum D1 SF5 page containing expanded alm.
Definition: BDSconsts.hpp:66
gnsstk::bds::D1MinEphSF
@ D1MinEphSF
Minimum D1 subframe ID containing eph data.
Definition: BDSconsts.hpp:59
gnsstk::bds::D1MaxSF
@ D1MaxSF
Maximum D1 subframe ID.
Definition: BDSconsts.hpp:64
gnsstk::bds::D2EphSF
@ D2EphSF
D2 subframe ID containing ephemeris data.
Definition: BDSconsts.hpp:70
gnsstk::bds::D1ExpAlmHeaPg
@ D1ExpAlmHeaPg
Page containing expanded almanac health.
Definition: BDSconsts.hpp:67
gnsstk::bds::BDSIntConsts
BDSIntConsts
Integer constants for BDS.
Definition: BDSconsts.hpp:55
gnsstk::bds::D1MinAlmSF
@ D1MinAlmSF
Minimum D1 subframe ID containing alm data.
Definition: BDSconsts.hpp:62
gnsstk::bds::D1AmEpIDSF
@ D1AmEpIDSF
Subframe containing the AmEpID values.
Definition: BDSconsts.hpp:61
gnsstk::bds::Preamble
@ Preamble
Nav message preamble value.
Definition: BDSconsts.hpp:57


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