VR-Forces 4.6 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 "vrfutil/rwBoolean.h"
14 #include "vrfutil/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 protected:
56 
60 
66 
73 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)