VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
51  virtual bool emitterSystemOn() const;
52  virtual void setEmitterSystemOn(bool onOff);
54 
57  virtual const DtString& radarMode() const;
58  virtual void setRadarMode(const DtString& mode);
60 
63  virtual bool emitterSystemOnSpecified() const;
64 
66  static DtVrfProcessStateRepository* creator (const DtString& rwName,
67  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
68 
69 protected:
70 
73 };
74 
75 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)