WSF
WsfProcessorComponent.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#ifndef WSFPROCESSORCOMPONENT_HPP
13#define WSFPROCESSORCOMPONENT_HPP
14
15#include "wsf_export.h"
16
17#include "WsfComponent.hpp"
18class WsfPlatform;
19class WsfProcessor;
20class WsfSimulation;
21
30{
31public:
33
35 WsfPlatform* GetPlatform() const;
36 WsfSimulation* GetSimulation() const;
38
46
51 virtual void TurnOn(double aSimTime) {}
52 virtual void TurnOff(double aSimTime) {}
54
60
61
62
66
67
68};
69
70#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfComponentT()
Definition WsfComponent.hpp:124
ParentType * GetComponentParent() const
Definition WsfComponent.hpp:154
virtual bool Initialize(double aSimTime)
Definition WsfComponent.cpp:45
virtual bool PreInitialize(double aSimTime)
Definition WsfComponent.cpp:24
virtual bool Initialize2(double aSimTime)
Definition WsfComponent.cpp:63
virtual bool ProcessInput(UtInput &aInput)
Definition WsfComponent.cpp:100
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Definition WsfProcessorComponent.hpp:30
virtual void TurnOff(double aSimTime)
Definition WsfProcessorComponent.hpp:52
virtual void TurnOn(double aSimTime)
Definition WsfProcessorComponent.hpp:51
WsfProcessor * GetProcessor() const
Definition WsfProcessorComponent.hpp:34
Definition WsfProcessor.hpp:39
The main controller for a simulation.
Definition WsfSimulation.hpp:109
Copyrights Multiple, All Rights Reserved