WSF
ComputerPartTypes.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
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#ifndef L16_COMPUTERPARTTYPES_HPP
12#define L16_COMPUTERPARTTYPES_HPP
13
14#include "ComputerPart.hpp"
15#include "WsfObjectTypeList.hpp"
16
17namespace WsfL16
18{
19class ComputerPartTypes : public WsfObjectTypeList<ComputerPart>
20{
21public:
23};
24} // namespace WsfL16
25
26#endif
ComputerPartTypes(WsfScenario &aScenario)
Definition ComputerPartTypes.cpp:24
WsfObjectTypeList(WsfScenario &aScenario, unsigned int aFlags, const std::string &aBlockName)
Definition WsfObjectTypeList.hpp:76
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55
Copyrights Multiple, All Rights Reserved