VR-Forces 4.1 Class Documentation
radarObjectSensorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: radarObjectSensorPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef radarObjectSensorPSR_H_
10 #define radarObjectSensorPSR_H_
11 
13 #include "vrfutil/rwBoolean.h"
14 
17 
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 ~DtRadarObjectSensorPSR();
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 
55  virtual bool emitterSystemOn() const;
56  virtual void setEmitterSystemOn(bool onOff);
58 
61  virtual bool emitterSystemOnSpecified() const;
62 
64  static DtVrfProcessStateRepository* creator (const DtString& rwName,
65  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
66 
67 protected:
68 
70 
73 };
74 
75 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)