WSF
src
wizard
usmtf
source
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
35
namespace
usmtf
36
{
39
class
USMTF_EXPORT
VerifiedLatLonDS
:
public
VerifiedLatLonTM
40
{
41
public
:
42
VerifiedLatLonDS
();
43
bool
ParseAndValidate
(
const
Field
& aField)
override
;
44
// VerifiedLatLonTM members
45
46
protected
:
47
// VerifiedLatLonTM members
48
};
49
}
// namespace usmtf
50
#endif
FFIRN_Validator.hpp
VerifiedLatLonTM.hpp
usmtf::Field
Definition
Field.hpp:48
usmtf::VerifiedLatLonDS::VerifiedLatLonDS
VerifiedLatLonDS()
Definition
VerifiedLatLonDS.cpp:20
usmtf::VerifiedLatLonDS::ParseAndValidate
bool ParseAndValidate(const Field &aField) override
Definition
VerifiedLatLonDS.cpp:29
usmtf::VerifiedLatLonTM::VerifiedLatLonTM
VerifiedLatLonTM()
Definition
VerifiedLatLonTM.cpp:20
usmtf
Definition
Acmid.cpp:17
Copyrights Multiple, All Rights Reserved