VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
passiveSonarSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "readerWriter/rwVector.h"
16 #include <readerWriter/rwBoolean.h>
17 
20 {
21  private:
24 
25 public:
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
32  orig, DtReaderWriterRegistry* parentRegistry = 0);
33 
37 
40 
43  virtual DtString type() const;
44 
45  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry * parentRegistry
46  = 0) const;
47 
50 
53  virtual DtReal maxEffectiveSpeed() const;
54  virtual void setMaxEffectiveSpeed(DtReal detectionPeriod);
56 
59  virtual bool sonarDipCapable() const;
60  virtual void setSonarDipCapable(bool v);
62 
65  virtual bool usableWhileRetracted() const;
66  virtual void setUsableWhileRetracted(bool v);
68 
69 protected:
70 
74 
80 
86 
94 
96 };
DtRwBoolean myUsableWhileRetracted
Parameter Name: usable-while-retracted Parameter Description: If a sensor is capable of performing so...
Definition: passiveSonarSensorDescriptor.h:93
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwBoolean mySonarDipCapable
Parameter Name: sonar-dip-capable Parameter Description: Flag indicating whether or not this componen...
Definition: passiveSonarSensorDescriptor.h:85
DtSignatureObjectSensorDescriptor & operator=(const DtSignatureObjectSensorDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
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
DtRwReal myMaxEffectiveSpeed
Parameter Name: max-effective-speed Parameter Description: The maximum speed at which this sensor wil...
Definition: passiveSonarSensorDescriptor.h:79
DtPassiveSonarSensorDescriptor; descriptor for the DtPassiveSonarSensor component.
Definition: passiveSonarSensorDescriptor.h:19
static DtComponentDescriptor * creator()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:30
File: rwVector.h.
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)