WSF
APoint.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 APOINT_HPP
13#define APOINT_HPP
14
15#include "usmtf_export.h"
16
17#include <memory>
18#include <string>
19
20#include "Field.hpp"
21#include "LatLon.hpp"
22#include "Set.hpp"
23
24namespace usmtf
25{
27
30
34
37class USMTF_EXPORT APoint : public Set
38{
39public:
40 APoint(const std::string& aSTF, const std::vector<Field>& aFields) noexcept;
41 const LatLon& GetAirSpacePoint() const noexcept;
42
43private:
44 LatLon mAirspacePoint;
45};
46} // namespace usmtf
47
48#endif
const LatLon & GetAirSpacePoint() const noexcept
Definition APoint.cpp:39
APoint(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition APoint.cpp:21
B.POSITION OR ROUTE POINT, LAT / LONG, SECONDS.
Definition LatLon.hpp:78
Set(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Set.cpp:22
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved