WSF
WsfMilCommTypes.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 2003-2015 The Boeing 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// Updated by Infoscitex, a DCS Company
13// ****************************************************************************
14
15#ifndef WSFMILCOMMTYPES_HPP
16#define WSFMILCOMMTYPES_HPP
17
18class WsfScenario;
19
21{
22public:
23 WsfMilCommTypes() = default;
24 ;
25 ~WsfMilCommTypes() = default;
26 ;
27
28 static void Register(WsfScenario& aScenario);
29};
30
31#endif
~WsfMilCommTypes()=default
static void Register(WsfScenario &aScenario)
Definition WsfMilCommTypes.cpp:27
WsfMilCommTypes()=default
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Copyrights Multiple, All Rights Reserved