WSF
AirspaceTimeMode.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 AIRSPACETIMEMODE_HPP
13#define AIRSPACETIMEMODE_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20
21namespace usmtf
22{
26
31
38class USMTF_EXPORT AirspaceTimeMode : public FFIRN_Validator
39{
40public:
41 AirspaceTimeMode() = default;
42 bool ParseAndValidate(const Field& aField) override;
43 const std::string& GetTimeMode() const noexcept;
44
45protected:
46 bool IsValidAirspaceTimeMode() noexcept;
47 std::string mTimeMode;
48};
49} // namespace usmtf
50#endif
std::string mTimeMode
Definition AirspaceTimeMode.hpp:47
const std::string & GetTimeMode() const noexcept
Definition AirspaceTimeMode.cpp:22
bool ParseAndValidate(const Field &aField) override
Definition AirspaceTimeMode.cpp:16
bool IsValidAirspaceTimeMode() noexcept
Definition AirspaceTimeMode.cpp:27
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