WSF
OrbitAlignment.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 ORBITALALIGNMENT_HPP
13#define ORBITALALIGNMENT_HPP
14
15#include <string>
16
17#include "FFIRN_Validator.hpp"
18
19namespace usmtf
20{
23
28
34{
35public:
36 OrbitAlignment() = default;
37 bool ParseAndValidate(const Field& aField) override;
38 const std::string& GetOrbitAlignment() const noexcept;
39
40protected:
41 bool IsValidOrbitAlignment() noexcept;
43};
44} // namespace usmtf
45#endif
Definition Field.hpp:48
bool IsValidOrbitAlignment() noexcept
Definition OrbitAlignment.cpp:27
bool ParseAndValidate(const Field &aField) override
Definition OrbitAlignment.cpp:16
const std::string & GetOrbitAlignment() const noexcept
Definition OrbitAlignment.cpp:22
std::string mOrbitAlignment
Definition OrbitAlignment.hpp:42
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