VR-Forces 4.1.1 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 bool publishEmitterSystem() const;
67  virtual void setPublishEmitterSystem(bool v);
69 
72  virtual const DtEmitterSystemEntry& emitterSystem() const;
73  virtual DtEmitterSystemEntry& emitterSystem();
75 
76 protected:
77 
81 
91 
97 
103 
105 };
106 
107 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)