WSF
RadialBearing.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
13#ifndef RADIALBEARING_HPP
14#define RADIALBEARING_HPP
15
16#include "usmtf_export.h"
17
18#include <string>
19
20#include "FFIRN_Validator.hpp"
21
22namespace usmtf
23{
26
33
36
38class USMTF_EXPORT RadialBearing : public FFIRN_Validator
39{
40public:
41 RadialBearing() = default;
42 const std::string& GetBearing() const noexcept;
43 bool ParseAndValidate(const Field& aField) override;
44
45protected:
46 bool IsValidRadialBearing() noexcept;
47 std::string mBearing;
48};
49} // namespace usmtf
50#endif
Definition Field.hpp:48
const std::string & GetBearing() const noexcept
Definition RadialBearing.cpp:25
std::string mBearing
Definition RadialBearing.hpp:47
bool IsValidRadialBearing() noexcept
Definition RadialBearing.cpp:30
bool ParseAndValidate(const Field &aField) override
Definition RadialBearing.cpp:19
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