VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
integratedLaserGuidedLauncherDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 #include <readerWriter/rwBoolean.h>
18 
23 {
24 public:
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
37 
40 
43  virtual DtString type() const override;
44 
45  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry) const override;
46 
48 
49  virtual DtTargetSelectionCriteria& targetSelectionCriteria();
50  virtual const DtTargetSelectionCriteria& targetSelectionCriteria() const;
52 
55  virtual const DtTargetingControlTable& targetingControlTable() const;
56  virtual DtTargetingControlTable& targetingControlTable();
58 
61  virtual bool fireAtTargetBlocks() const;
62  virtual void setFireAtTargetBlocks(bool);
64 
67  virtual void postGetSelf() override;
68 
71 
72 protected:
75 
76 protected:
77 
84 
91 
98 
100 
101 };
102 
DtLaserGuidedLauncherControllerDescriptor & operator=(const DtLaserGuidedLauncherControllerDescriptor &orig)
assignment
DtRwBoolean myFireAtTargetBlocks
Parameter Name: fire-at-target-blocks-firing-of-other-integrated-laser-systems Parameter Description:...
Definition: integratedLaserGuidedLauncherDescriptor.h:97
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
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
Defines a criteria for choosing targets for a single weapon system. This class stores all the informa...
Definition: targetSelectionCriteria.h:27
static DtComponentDescriptor * creator()
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtTargetSelectionCriteria myTargetSelectionCriteria
Parameter Name: targeting-control Parameter Description: List of DtTargetSelectionCriteria objects...
Definition: integratedLaserGuidedLauncherDescriptor.h:83
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
Parameters for the DtLaserGuidedLauncherController. Determines what type of cruise missile munition w...
Definition: laserGuidedLauncherControllerDescriptor.h:24
DtTargetingControlTable myTargetingControlTable
Parameter Name: targeting-control-table Parameter Description: The table that will specify ammunition...
Definition: integratedLaserGuidedLauncherDescriptor.h:90
DtIntegratedLaserGuidedLauncherDescriptor, descriptor for the DtBallisticGunController component...
Definition: integratedLaserGuidedLauncherDescriptor.h:22
Definition: targetingControlTable.h:19
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override

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)