VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
destroyEngineeringObjectController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "vlutil/vlString.h"
15 #include "vrfutil/rwVectorList.h"
16 
19 
22 {
23 public:
26  DtSimulationServices * simManager, DtComponentDescriptor* desc = NULL,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  virtual ~DtDestroyEngineeringObjectController() override;
31 
33  virtual bool init() override;
34 
35 private:
38 
41 
42 public:
43 
44  virtual const char* type() const override;
45 
47  static DtSimComponent* creator(const DtString & name, DtLocalObject* owner,
48  DtSimulationServices * simManager, DtComponentDescriptor* desc,
49  DtReaderWriterRegistry * parentRegistry);
50 
59  static void destroyCallback(DtSimMessage* msg, void* usr);
60 
64  virtual void processDestroyTask(DtSimMessage* msg);
65 
68  virtual void registerTaskMsgCallbacks() override;
69 
71  virtual void clearTask() override;
72 
73 protected:
74 
76  virtual void processIdleState() override;
77 
80  virtual void processSettingUpState() override;
81 
84  virtual void processAffectingState() override;
85 
88  virtual void processAffectingPausedState() override;
89 
92  virtual void processMovingIntoRangeState() override;
93 
95  virtual void destroyObject(const DtSimObject* obj);
96 
104  virtual bool updateDestructionRate(const DtSimObject* obj, bool stop, bool forceSend);
105 
106 protected:
108 
110  std::map<DtString, DtRwAffectableEngineeringObject*> myEngInfoByTaskType;
111 
113  std::map<DtEntityType, DtRwAffectableEngineeringObject*> myEngInfoByObjType;
114 };
115 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
std::map< DtString, DtRwAffectableEngineeringObject * > myEngInfoByTaskType
Map of task types to engineering info.
Definition: destroyEngineeringObjectController.h:110
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
const DtDestroyEngineeringObjectControllerDescriptor * myDestroyEngineeringObjDesc
Definition: destroyEngineeringObjectController.h:107
virtual bool init() override
Initializes the controller.
This controller is responsible for destroying engineering objects.
Definition: destroyEngineeringObjectController.h:21
std::map< DtEntityType, DtRwAffectableEngineeringObject * > myEngInfoByObjType
Map of object types to engineering info.
Definition: destroyEngineeringObjectController.h:113
virtual const char * type() const override=0
Returns a string identifies the class type of component. Type values are defined in compTypes...
virtual void processIdleState()=0
Determines the next step to take during tick when in the idle state.
This is the base class for controllers which affect the creation and destruction of engineering objec...
Definition: affectEngineeringObjectController.h:21
File: simMsg.h.
Definition: simMessage.h:35
virtual void registerTaskMsgCallbacks() override
Registers interest in create engineering object tasks by calling addTaskProcessorCallback.
virtual void processAffectingPausedState()=0
Determines the next step to take during tick when in the affecting paused state (something has caused...
virtual void processMovingIntoRangeState()=0
Determines the next step to take during tick when in the moving into range state. ...
virtual void processAffectingState()=0
Determines the next step to take during tick when in the affecting state (while actively affecting an...
virtual void processSettingUpState()=0
Determines the next step to take during tick when in the setting up state (preparing to affect an obj...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:89
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
virtual void clearTask() override
If component is currently tasked, calls clearPendingSubtasks(), sets the tasked flag to false...
DtRwAffectableEngineeringObject holds a the information needed to know how a unit may create a type o...
Definition: rwAffectableEngineeringObject.h:22
DtAffectEngineeringObjectController & operator=(const DtAffectEngineeringObjectController &orig)
Not implemented.
DtDestroyEngineeringObjectControllerDescriptor is a DtComponentDescriptor that has additional informa...
Definition: destroyEngineeringObjectControllerDescriptor.h:19
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)