WSF
AircraftControlAgency.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 AIRCRAFTCONTROLAGENCY_HPP
13#define AIRCRAFTCONTROLAGENCY_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20#include "RegexValidator.hpp"
21
22namespace usmtf
23{
27
60class USMTF_EXPORT AircraftControlAgency : public RegexValidator
61{
62public:
64 bool ParseAndValidate(const Field& aField) override;
65 const std::string& GetAgency() const noexcept;
66
67protected:
68 std::string mAgency;
69};
70} // namespace usmtf
71#endif
const std::string & GetAgency() const noexcept
Definition AircraftControlAgency.cpp:36
AircraftControlAgency()
Definition AircraftControlAgency.cpp:16
std::string mAgency
Definition AircraftControlAgency.hpp:68
bool ParseAndValidate(const Field &aField) override
Definition AircraftControlAgency.cpp:25
Definition Field.hpp:48
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved