VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ballisticGunController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 #include "vrfutil/simClock.h"
18 #include "vrfutil/simMunition.h"
19 #include <vlpi/disEnums.h>
21 
24 class DtIntegerInputPort;
26 class DtVrfBalGunPSR;
27 class DtOutputPortGroup;
28 class DtBooleanInputPort;
34 
50 {
51 
52 public:
53 
57  DtLocalObject* owner,
58  DtSimulationServices* simManager,
59  DtComponentDescriptor* desc = nullptr,
60  DtReaderWriterRegistry* parentRegistry = nullptr);
61 
63  virtual ~DtBallisticGunController() override;
64 
68  virtual bool postAddComponentsInit() override;
69 
72  virtual const char* type() const override;
73 
75  virtual bool init() override;
76 
78  virtual void registerTaskMsgCallbacks() override;
79 
82  virtual AcceptLevel acceptTask(const DtTaskMessage& task) override;
83 
87  virtual void preFirstTickInit() override;
88 
90  virtual void tick() override;
91 
94  virtual bool createTriggerPort();
95  virtual DtBooleanOutputPort * triggerPort() const;
96 
97  virtual bool createQuantityOutputPort();
98  virtual DtIntegerOutputPort* quantityOutputPort() const;
99 
100  virtual bool createLoadedPort();
101  virtual DtBooleanOutputPort * loadedPort() const;
102 
103  virtual bool createLosOutputPort();
104  virtual DtIntegerOutputPort * losOutputPort() const;
105 
106  virtual bool createLosInputPort();
107  virtual DtIntegerInputPort * losInputPort() const;
108 
109  virtual bool createWeaponsHoldInputPort();
110 
111  virtual bool createTargetToAcquireOutputPort();
112 
113  virtual void setLoadAmmoTime(DtTime loadAmmoTime);
114  virtual DtTime loadAmmoTime() const;
115 
116  virtual void setUnloadAmmoTime(DtTime unloadAmmoTime);
117  virtual DtTime unloadAmmoTime() const;
118 
122  virtual void fire();
123 
133  virtual bool chooseAmmo(const DtEntityType& targetType,
134  const DtUUID& target, DtSimMunition&
135  munition, DtDetonatorFuze& fuze, int& ammoAvailable,
136  bool recurse = true);
137 
139  virtual bool checkCurrentAmmo(int& ammoAvailable);
140 
143  virtual bool ammoOKToUse(const DtEntityType& targetType);
144 
146  virtual void initProcessSR();
147 
151  static DtSimComponent * creator(const DtString& name,
152  DtLocalObject* owner,
153  DtSimulationServices* simManager,
154  DtComponentDescriptor* desc = nullptr,
155  DtReaderWriterRegistry* parentRegistry = nullptr);
156 
157 
158  virtual void enable() override;
159 
160 
161  virtual void disable() override;
162 
163  virtual void clearTask() override;
164 
165 protected:
166 
168  virtual bool createPorts() override;
169 
171  virtual bool createPortGroups() override;
172 
180  virtual void lookupAndCacheProcessSR();
181 
186 
187  static void fireBallisticGunTaskCallback(DtSimMessage* msg, void* usr);
188 
192  virtual void processFireBallisticGunTask(DtSimMessage* msg);
194 
198  bool updateFireBallisticGunTask();
199 
200  virtual DtSimTask* createFireTask(const DtRwLocationReference& locRef) const;
201 
205  static DtReaderWriter* roundsPerTriggerPullCallback(void* ctrlr);
206  virtual DtReaderWriter* provideRoundsPerTriggerPull();
208 
211  virtual const DtSimResource * lookupMunitionResource(const DtEntityType& resource) const;
212 
214  void getMunitionResources(std::list<DtEntityType>& resourceList);
215 
217  virtual void updateResourceList();
218 
221  virtual bool weaponsHoldState();
222 
224  virtual void resetResourceList();
225 
227  bool outOfAmmo() const;
228 
230  virtual bool isSurrenderedLifeform(const DtSimObject* entity) const;
231 
232  virtual DtWeaponInfoInterface::TargetApplicability targetApplicability(const DtEntityType& type);
233 
234  virtual bool targetAmmunition(const DtEntityType& type);
235 
236  virtual bool positionWithinTargetRegion(const DtVector& localPosition);
237  virtual void setupRegionEvaluator();
239  virtual void updateRegionEvaluator();
240 
241  virtual double maximumRange();
242  virtual double minimumRange();
243 
245  virtual DtString weaponId() const;
246 
247  virtual bool createWorkingTargetPoint(const DtVector worldLoc);
248 
249  virtual void deleteWorkingTargetPoint();
250 
251 protected:
254 
257 
260  orig);
261 
262 
263 protected:
264  bool isFireBallisticGunTasked() const;
265  const DtFireBallisticGunTask* getFireBallisticGunTask() const;
266  DtEntityTargetInformation createTargetInfo() const;
267  bool hasTarget() const;
268  DtEntityTargetInformation target() const;
269  void setRoundsFiredUponTarget(const int& roundsFired);
270  int roundsFiredUponTarget() const;
271  int totalRoundsToFireUponTarget() const;
272  void setIsExplicitlyTasked(const bool& explicitlyTasked);
273  bool isExplicitlyTasked() const;
274  void setIsInFiringCycle(const bool isIn);
275  bool isInFiringCycle()const;
276  void setWeaponStatus(const int weaponStatus);
277  int weaponStatus() const;
278  void addWeaponStatus(const DtBaseWeaponComponentInterface::DtWeaponStatus weaponStatus);
279  void removeWeaponStatus(const DtBaseWeaponComponentInterface::DtWeaponStatus weaponStatus);
280 
281 protected:
282 
285 
293 
300 
308 
315 
323 
327 
335 
336 
342 
346 
349  DtDetonatorFuze myCurrentFuze;
350 
353 
360 
363 
370 
373 
377 
380 
381  std::shared_ptr<DtSpatialFilterEvaluator> myRegionEvaluator;
383  boost::signals2::connection myResourceChangedBySetConnection;
384 };
DtWeaponComponentInterface * myWeaponComponentInterface
Interface between this weapon controller and the entity&#39;s DtTargetSelectionController.
Definition: ballisticGunController.h:376
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtBooleanOutputPort * myTriggerPort
Output Port Name: trigger Output Port Description: Sends a new True value when trigger is pulled...
Definition: ballisticGunController.h:299
DtGenericWeaponInfo * myWeaponInfo
The weapon information shared with the rest of components on the entity.
Definition: ballisticGunController.h:379
virtual void disable() override
Overridden to allow tasks controllers that can be disabled to call task complete. ...
virtual bool postAddComponentsInit() override
Calls enableTaskTypes()
DtOutputPortGroup * myGunControlPortGroup
Output Port Group Name: gun-control Output Port Group Description:
Definition: ballisticGunController.h:326
virtual const char * type() const override=0
Returns a string identifies the class type of component. Type values are defined in compTypes...
DtEntityListOutputPort * myTargetToAcquireOutputPort
Output Port Name: target-to-acquire Output Port Description: When there is a target in the weapon int...
Definition: ballisticGunController.h:340
Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data...
Definition: boolIOPort.h:45
DtIntegerOutputPort * myLosOutputPort
Output Port Name: line-of-sight Output Port Description: Indicates the result of a line of sight calc...
Definition: ballisticGunController.h:322
virtual void registerTaskMsgCallbacks()
AcceptLevel
Levels that a task controller can accept a task it has registered for.
Definition: taskControllerComponent.h:55
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
This class provides a base class for all controllers that are capable of executing a DtSimTask...
Definition: singleTaskControllerComponent.h:22
Holds a position of some form. May be an absolute position, or a reference to another object...
Definition: rwLocationReference.h:25
bool myWaitingForFire
This flag is set to true when the controller pulls the trigger; it won&#39;t do anything in the tick func...
Definition: ballisticGunController.h:369
std::shared_ptr< DtSpatialFilterEvaluator > myRegionEvaluator
Definition: ballisticGunController.h:381
bool myOutOfAmmoWarn
Flag so an out-of-ammo warning is only sent once per target.
Definition: ballisticGunController.h:372
Definition: readerWriter.h:85
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtTime myLastRegionEvaluatorUpdateTime
Definition: ballisticGunController.h:382
Definition: readerWriterRegistry.h:39
Definition: entityTargetInformation.h:28
DtOutputPortGroup is a data port group of a data provider. It may contain any number of DtOutputPorts...
Definition: outputPortGroup.h:34
DtBooleanInputPort * myWeaponsHoldInputPort
Input Port Name: weapons-hold Input Port Description: When true, all firing is disabled. Connecting to this port is optional. If no connection is made, it will default to false. Input Port Range: True/False Input Port Default Value: False .
Definition: ballisticGunController.h:334
This file contains the class declaration for the.
Contains class declarations for DtIntegerInputPort, DtIntegerOutputPort, and DtIntegerPortData.
Definition: integerIOPort.h:25
boost::signals2::connection myResourceChangedBySetConnection
Definition: ballisticGunController.h:383
virtual bool init() override
Calls setRadio()
int myRoundsAvailable
The quantity of the current munition in the resources store.
Definition: ballisticGunController.h:352
Instances of DtEntityListOutputPort are output ports through which data producers can send a list of ...
Definition: entListIOPort.h:45
An implementation of DtWeaponInforInterface that allows for flexible registering of functions from ot...
Definition: genericWeaponInfo.h:17
File: simMsg.h.
Definition: simMessage.h:35
File: vlClock.h.
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
An abstract base class for all evaluators of spatial filters. The evaluation of spatial filters is sp...
Definition: spatialFilterEvaluator.h:31
DtBallisticGunController provides ammunition loading, unloading, and trigger inputs for use by a ball...
Definition: ballisticGunController.h:49
Contains class declarations for DtBooleanInputPort, DtBooleanOutputPort, and DtBooleanPortData.
Definition: boolIOPort.h:25
DtWeaponStatus
The status items below are used as bit fields. To set a state, OR the enumerated value into the weapo...
Definition: baseWeaponComponentInterface.h:35
TargetApplicability
Definition: weaponInfoInterface.h:21
DtVrfBalGunPSR * myProcessState
Pointer to a process state repository used to store state data associated with this component...
Definition: ballisticGunController.h:359
virtual bool createPorts()
Called by init. Derived classes should override this method to create all their input/output ports an...
virtual bool createPortGroups()
Called by init. Derived classes should override this method to create all their input/output port gro...
DtSimMunition myCurrentMunition
The correct munition and fuze for our current target.
Definition: ballisticGunController.h:348
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
DtIntegerOutputPort * myQuantityOutputPort
Output Port Name: quantity Output Port Description: Sends the number of rounds to be fired with a sin...
Definition: ballisticGunController.h:307
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
const DtTaskControllerComponent & operator=(const DtTaskControllerComponent &orig)
assignment operator
virtual void enable() override
Overridden to call registerTaskMsgCallbacks().
DtSimResource is a class which will define a SISO Enumeration to use as a resource and the quantity o...
Definition: simResource.h:32
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
virtual void clearTask() override
If component is currently tasked, calls clearPendingSubtasks(), sets the tasked flag to false...
DtDetonatorFuze myCurrentFuze
Definition: ballisticGunController.h:349
DtIntegerInputPort * myLosInputPort
Input Port Name: line-of-sight Input Port Description: Indicates the result of a line of sight calcul...
Definition: ballisticGunController.h:292
virtual AcceptLevel acceptTask(const DtTaskMessage &task)
Called by the task manager when this controller is being considered to execute a task. Only tasks which already match types that this controller has registered for will be passed. This is used for the case where multiple task controllers have registered for the same task type. This gives the controller a chance to look at the parameters of the task and to reject the execution of the task based on parameters. Controllers can return any of the AcceptLevel levels. The task manager will choose a controller with the lowest AcceptLevel to execute, but will not choose any controller that returns AcceptLevel_NoAccept. Default implementation returns AcceptLevel_Accept. Override this to check parameters and conditionally return a different AccpetLevel.
Instances of DtIntegerOutputPort are output ports through which data producers can send integer value...
Definition: integerIOPort.h:45
Task for firing the ballistic gun at a target.
Definition: fireBallisticGunTask.h:25
const DtBallisticGunControllerDescriptor * myGunDescriptor
Get ammo select tables from here.
Definition: ballisticGunController.h:362
DtSimMunition class.
Definition: simMunition.h:31
DtUUID myPreviousTarget
Maintain the target we had last tick (if any) to detect changes in target (which will kick off possib...
Definition: ballisticGunController.h:345
DtBallisticGunControllerDescriptor, descriptor for the DtBallisticGunController component.
Definition: ballisticGunControllerDescriptor.h:28
DtBooleanOutputPort * myLoadedPort
Output Port Name: loaded Output Port Description: True when the gun is loaded. Output Port Range: Ou...
Definition: ballisticGunController.h:314
Class DtVrfBalGunPSR: Used to hold checkpointable state for the processes associated with ballistic g...
Definition: vrfBalGunPSR.h:36
A DtTaskMsg is a DtRadioMsg with a pointer to a task. The type of the taskMsg is just the type of the...
Definition: taskMessage.h:21
Represents the interface between the DtTargetSelectionController and a weapon system.
Definition: weaponComponentInterface.h:20
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)