VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radarJammerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <readerWriter/rwBoolean.h>
14 #include <readerWriter/rwReal.h>
15 
16 
18 {
19 private:
22 
23 public:
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
30  orig, DtReaderWriterRegistry* parentRegistry = 0);
31 
35 
37  virtual ~DtRadarJammerDescriptor();
38 
41  virtual DtString type() const;
42 
43  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry * parentRegistry
44  = 0) const;
45 
48 
49  virtual void setRequireLosForJamming(bool v);
50  virtual bool requireLosForJamming() const;
51 
52  virtual void setJamEvalPeriod(double v);
53  virtual double jamEvalPeriod() const;
54 
55  virtual void setJammerOffset(const DtVector& offset);
56  virtual DtVector jammerOffset() const;
57 
58 protected:
59 
63 
69 
75 
76 
83 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)