VR-Forces 5.0.2 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 
34 
38  orig, DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
46  virtual DtString type() const;
47 
48  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
49  = 0) const;
50 
53  virtual const DtString& weaponProcessStateRepositoryName() const;
54  virtual void setWeaponProcessStateRepositoryName(const DtString& name);
56 
59  virtual bool checkLOS() const;
60  virtual void setCheckLOS(bool checkLOSFlag);
62 
65  virtual bool trackBySignature() const;
66  virtual void setTrackBySignature(bool trackBySig);
68 
71  virtual DtSymbolString trackSignatureDomain() const;
72  virtual void setTrackSignatureDomain(DtSymbolString domain);
74 
77  virtual double minTrackSignature() const;
78  virtual void setMinTrackSignature(double minSig);
80 
83  virtual double timeRequiredToAim() const;
84  virtual void setTimeRequiredToAim(double t);
86 
88  static DtComponentDescriptor * creator();
89 
90 protected:
91 
95 
101 
109 
117 
123 
131 
137 
139 };
140 
141 #endif
DtRwReal myMinTrackSignature
Parameter Name: min-track-signature Parameter Description: The minimum apparent signature (in the dom...
Definition: individualLifeformAcquireDescriptor.h:130
Definition: symbolString.h:20
#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:136
DtRwString myWeaponProcessStateRepositoryName
Parameter Name: weapon-process-state-repository-name Parameter Description: Name that this component ...
Definition: individualLifeformAcquireDescriptor.h:100
DtRwBoolean myCheckLOS
Parameter Name: check-LOS Parameter Description: Determines whether any checks are done to see if the...
Definition: individualLifeformAcquireDescriptor.h:108
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:116
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:122
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)