WSF
VerifiedLatLonDS.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 VERIFIEDLATLONDS_HPP
13#define VERIFIEDLATLONDS_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20#include "VerifiedLatLonTM.hpp"
21
22
27
31
35namespace usmtf
36{
39class USMTF_EXPORT VerifiedLatLonDS : public VerifiedLatLonTM
40{
41public:
43 bool ParseAndValidate(const Field& aField) override;
44 // VerifiedLatLonTM members
45
46protected:
47 // VerifiedLatLonTM members
48};
49} // namespace usmtf
50#endif
Definition Field.hpp:48
VerifiedLatLonDS()
Definition VerifiedLatLonDS.cpp:20
bool ParseAndValidate(const Field &aField) override
Definition VerifiedLatLonDS.cpp:29
VerifiedLatLonTM()
Definition VerifiedLatLonTM.cpp:20
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved