WSF
AirspaceShape.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 AIRSPACESHAPE_HPP
13#define AIRSPACESHAPE_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20
21namespace usmtf
22{
26
32
42class USMTF_EXPORT AirspaceShape : public FFIRN_Validator
43{
44public:
45 AirspaceShape() = default;
46 bool ParseAndValidate(const Field& aField) override;
47 const std::string& GetShape() const noexcept;
48
49protected:
50 bool IsValidTypeOfAirspaceShape() noexcept;
52};
53} // namespace usmtf
54#endif
std::string mAirspaceShape
Definition AirspaceShape.hpp:51
bool IsValidTypeOfAirspaceShape() noexcept
Definition AirspaceShape.cpp:27
const std::string & GetShape() const noexcept
Definition AirspaceShape.cpp:22
bool ParseAndValidate(const Field &aField) override
Definition AirspaceShape.cpp:16
Definition Field.hpp:48
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved