WSF
Comment.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 COMMENT_HPP
13#define COMMENT_HPP
14
15#include "USMTF_Transformer.hpp"
16
17namespace usmtf
18{
23{
24public:
25 explicit Comment(const Segment& aSegment) noexcept;
26 InputBlock GetInputBlock() const override;
27};
28} // namespace usmtf
29#endif
InputBlock GetInputBlock() const override
Definition Comment.cpp:24
Comment(const Segment &aSegment) noexcept
Definition Comment.cpp:19
Definition InputBlock.hpp:39
Definition Segment.hpp:30
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved