WSF
IntervalFrequency.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 INTERVALFREQUENCY_HPP
13#define INTERVALFREQUENCY_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20
21namespace usmtf
22{
26
39class USMTF_EXPORT IntervalFrequency : public FFIRN_Validator
40{
41public:
42 IntervalFrequency() = default;
43 bool ParseAndValidate(const Field& aField) override;
44 const std::string& GetIntervalFrequency() const noexcept;
45
46protected:
47 bool IsValidIntervalFrequency() noexcept;
49};
50} // namespace usmtf
51#endif
Definition Field.hpp:48
bool IsValidIntervalFrequency() noexcept
Definition IntervalFrequency.cpp:27
std::string mIntervalFrequency
Definition IntervalFrequency.hpp:48
const std::string & GetIntervalFrequency() const noexcept
Definition IntervalFrequency.cpp:22
bool ParseAndValidate(const Field &aField) override
Definition IntervalFrequency.cpp:16
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