VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radarObjectSensorDescriptor.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 radarObjectSensorDescriptor_H_
16 #define radarObjectSensorDescriptor_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 bool publishEmitterSystem() const;
61  virtual void setPublishEmitterSystem(bool v);
63 
66  virtual const DtEmitterSystemEntry& emitterSystem() const;
67  virtual DtEmitterSystemEntry& emitterSystem();
69 
72  virtual const DtReal jammingDefenseFactor() const;
73  virtual void setJammingDefenseFactor(const DtReal factor);
75 
76 protected:
77 
81 
87 
93 
101 
103 };
104 
105 #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)