VR-Forces 4.2 Class Documentation
radarObjectSensorDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: radarObjectSensorDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef radarObjectSensorDesc_H_
16 #define radarObjectSensorDesc_H_
17 
19 #include "vrfutil/rwVector.h"
20 #include "vrfutil/rwBoolean.h"
22 
27 {
28  private:
31 
32 public:
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
39  orig, DtReaderWriterRegistry* parentRegistry = 0);
40 
44 
47 
50  virtual DtString type() const;
51 
52  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry * parentRegistry
53  = 0) const;
54 
57 
60  virtual DtReal detectionPeriod() const;
61  virtual void setDetectionPeriod(DtReal detectionPeriod);
63 
66  virtual DtReal detectionPeriodVariance() const;
67  virtual void setDetectionPeriodVariance(DtReal detectionPeriodVariance);
69 
72  virtual bool publishEmitterSystem() const;
73  virtual void setPublishEmitterSystem(bool v);
75 
78  virtual const DtEmitterSystemEntry& emitterSystem() const;
79  virtual DtEmitterSystemEntry& emitterSystem();
81 
82 protected:
83 
87 
97 
104 
110 
116 
118 };
119 
120 #endif

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)