12#ifndef TACANCHANNEL_HPP
13#define TACANCHANNEL_HPP
15#include "usmtf_export.h"
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