WSF
TacanChannel.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 TACANCHANNEL_HPP
13#define TACANCHANNEL_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "RegexValidator.hpp"
20
21namespace usmtf
22{
25
41class USMTF_EXPORT TacanChannel : public RegexValidator
42{
43public:
45 bool ParseAndValidate(const Field& aField) override;
46 const std::string& GetRecieverChannel() const noexcept;
47 const std::string& GetTankerChannel() const noexcept;
48
49protected:
50 std::string mRecieverChannel;
51 std::string mTankerChannel;
52};
53} // namespace usmtf
54#endif
Definition Field.hpp:48
std::string mTankerChannel
Definition TacanChannel.hpp:51
const std::string & GetRecieverChannel() const noexcept
Definition TacanChannel.cpp:37
TacanChannel()
Definition TacanChannel.cpp:16
bool ParseAndValidate(const Field &aField) override
Definition TacanChannel.cpp:24
const std::string & GetTankerChannel() const noexcept
Definition TacanChannel.cpp:42
std::string mRecieverChannel
Definition TacanChannel.hpp:50
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved