WSF
WsfSinglePlatformObserver.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 WSFSINGLEPLATFORMOBSERVER_HPP
13#define WSFSINGLEPLATFORMOBSERVER_HPP
14
15#include "wsf_export.h"
16class WsfPlatform;
17
30{
31public:
33
35 virtual void OnPlatformDeleting(double aSimTime, WsfPlatform* aPlatformPtr) {}
36
38 virtual void OnPlatformDeleted(double aSimTime, WsfPlatform* aPlatformPtr) {}
39
41 virtual void OnPlatformUpdated(double aSimTime, WsfPlatform* aPlatformPtr) {}
42};
43
44#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Definition WsfSinglePlatformObserver.hpp:30
virtual void OnPlatformUpdated(double aSimTime, WsfPlatform *aPlatformPtr)
Called after each mover update.
Definition WsfSinglePlatformObserver.hpp:41
virtual void OnPlatformDeleting(double aSimTime, WsfPlatform *aPlatformPtr)
Called before the platform is actually deleted.
Definition WsfSinglePlatformObserver.hpp:35
virtual void OnPlatformDeleted(double aSimTime, WsfPlatform *aPlatformPtr)
Called just before the platform is removed from the simulation.
Definition WsfSinglePlatformObserver.hpp:38
virtual ~WsfSinglePlatformObserver()
Definition WsfSinglePlatformObserver.hpp:32
Copyrights Multiple, All Rights Reserved