VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 "vrfutil/rwVector.h"
16 #include "vrfutil/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 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)