WSF
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
19namespace usmtf
20{
27{
28public:
29 virtual InputBlock GetInputBlock() const = 0;
30 virtual ~Exportable() = default;
31};
32} // namespace usmtf
33#endif
Definition Exportable.hpp:27
virtual InputBlock GetInputBlock() const =0
virtual ~Exportable()=default
Definition InputBlock.hpp:39
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved