VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
individualLifeformAcquireDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: indLifeformAcquireDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtIndividualLifeformAcquireDescriptor_H_
16 #define DtIndividualLifeformAcquireDescriptor_H_
17 
19 #include <readerWriter/rwInt.h>
20 
25 {
26 public:
27 
30  DtReaderWriterRegistry * parentRegistry = 0);
31 
33  virtual ~DtIndividualLifeformAcquireDescriptor() override;
34 
38  orig, DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
46  virtual DtString type() const override;
47 
48  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
49 
52  virtual const DtString& weaponProcessStateRepositoryName() const;
53  virtual void setWeaponProcessStateRepositoryName(const DtString& name);
55 
58  virtual bool checkLOS() const;
59  virtual void setCheckLOS(bool checkLOSFlag);
61 
64  virtual bool trackBySignature() const;
65  virtual void setTrackBySignature(bool trackBySig);
67 
70  virtual DtSymbolString trackSignatureDomain() const;
71  virtual void setTrackSignatureDomain(DtSymbolString domain);
73 
76  virtual double minTrackSignature() const;
77  virtual void setMinTrackSignature(double minSig);
79 
82  virtual double timeRequiredToAim() const;
83  virtual void setTimeRequiredToAim(double t);
85 
87  static DtComponentDescriptor * creator();
88 
89 protected:
90 
94 
100 
108 
116 
122 
130 
136 
138 };
139 
140 #endif
DtRwReal myMinTrackSignature
Parameter Name: min-track-signature Parameter Description: The minimum apparent signature (in the dom...
Definition: individualLifeformAcquireDescriptor.h:129
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myTimeRequiredToAim
Parameter Name: time-required-to-aim Parameter Description: The time required to aim the gun at a new...
Definition: individualLifeformAcquireDescriptor.h:135
DtRwString myWeaponProcessStateRepositoryName
Parameter Name: weapon-process-state-repository-name Parameter Description: Name that this component ...
Definition: individualLifeformAcquireDescriptor.h:99
DtRwBoolean myCheckLOS
Parameter Name: check-LOS Parameter Description: Determines whether any checks are done to see if the...
Definition: individualLifeformAcquireDescriptor.h:107
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtIndividualLifeformAcquireDescriptor; descriptor for the DtIndividualLifeformAcquireComponent compon...
Definition: individualLifeformAcquireDescriptor.h:24
Definition: readerWriterRegistry.h:39
DtRwBoolean myTrackBySignature
Parameter Name: track-by-signature Parameter Description: Determines whether the acquire controller s...
Definition: individualLifeformAcquireDescriptor.h:115
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwString myTrackSignatureDomain
Parameter Name: track-signature-domain Parameter Description: The signature domain to be used to trac...
Definition: individualLifeformAcquireDescriptor.h:121
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()

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)