VR-Forces 4.2 Class Documentation
passiveSonarSensorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include "vrfutil/rwBoolean.h"
10 
13 
17 {
18 public:
19 
22  const DtString& rwName = DtString::nullString(),
23  DtReaderWriterRegistry* parentRegistry = 0);
24 
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
31  virtual ~DtPassiveSonarSensorPSR();
32 
35 
38  const DtString& rwName = DtString::nullString(),
39  DtReaderWriterRegistry* parentRegistry = 0) const;
40 
42  virtual DtString type() const;
43 
44  virtual void setDepth(DtReal depth);
45  virtual DtReal depth() const;
46 
47  virtual bool depthSpecified() const;
48  virtual void setDepthSpecified(bool specified);
49 
51  static DtVrfProcessStateRepository* creator (const DtString& rwName,
52  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
53 
54 protected:
56 
57 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)