VR-Forces 4.2 Class Documentation
activeSonarSensorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: activeSonarSensorPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
10 
12 #include "vrfutil/rwBoolean.h"
13 
16 
20 #include "vrfutil/rwString.h"
22 {
23 public:
24 
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual ~DtActiveSonarSensorPSR();
37 
40 
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
47  virtual DtString type() const;
48 
50  virtual void setNextDetectAttempt(DtTime time);
51  virtual DtTime nextDetectAttempt() const;
52 
53  virtual DtString activeSonarMode() const;
54  virtual void setActiveSonarMode(const DtString& mode);
55  virtual bool activeSonarModeSpecified() const;
56 
58  static DtVrfProcessStateRepository* creator (const DtString& rwName,
59  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
60 
61 protected:
62 
64 
67 };

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)