WSF
VerifiedLatLonTM.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2019 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef VERIFIEDLATLONTM_HPP
13#define VERIFIEDLATLONTM_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20#include "VerifiedLatLonS.hpp"
21
26
30
34namespace usmtf
35{
38class USMTF_EXPORT VerifiedLatLonTM : public VerifiedLatLonS
39{
40public:
42 bool ParseAndValidate(const Field& aField) override;
43 // VerifiedLatLonS members
44
45protected:
46 // VerifiedLatLonS members
47 std::string CalculateSeconds(std::string& aMinuteFraction, double& secondFraction) noexcept;
48 void SetUtLLPos() noexcept override;
51};
52} // namespace usmtf
53#endif
Definition Field.hpp:48
VerifiedLatLonS()
Definition VerifiedLatLonS.cpp:19
VerifiedLatLonTM()
Definition VerifiedLatLonTM.cpp:20
double mLatSecondsFraction
Definition VerifiedLatLonTM.hpp:49
double mLonSecondsFraction
Definition VerifiedLatLonTM.hpp:50
void SetUtLLPos() noexcept override
Definition VerifiedLatLonTM.cpp:52
std::string CalculateSeconds(std::string &aMinuteFraction, double &secondFraction) noexcept
Definition VerifiedLatLonTM.cpp:88
bool ParseAndValidate(const Field &aField) override
Definition VerifiedLatLonTM.cpp:31
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved