WSF
src
wizard
usmtf
source
Exportable.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 EXPORTABLE_HPP
13
#define EXPORTABLE_HPP
14
15
#include "usmtf_export.h"
16
17
#include "
InputBlock.hpp
"
18
19
namespace
usmtf
20
{
26
class
Exportable
27
{
28
public
:
29
virtual
InputBlock
GetInputBlock
()
const
= 0;
30
virtual
~Exportable
() =
default
;
31
};
32
}
// namespace usmtf
33
#endif
InputBlock.hpp
usmtf::Exportable
Definition
Exportable.hpp:27
usmtf::Exportable::GetInputBlock
virtual InputBlock GetInputBlock() const =0
usmtf::Exportable::~Exportable
virtual ~Exportable()=default
usmtf::InputBlock
Definition
InputBlock.hpp:39
usmtf
Definition
Acmid.cpp:17
Copyrights Multiple, All Rights Reserved