VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
signatureDetectLevelDeterminator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 
19 
20 
27 {
28  private:
31 
33 
34  public:
37 
39 
42  virtual void init(const DtRwDetectionLevelContainer & params);
43 
47  virtual const char* type() const;
48 
49  virtual int determineCombatIdentificationLevel(double apparentSig, DtRwSensorContactInfo *
50  sensorInfo, double currentSimulationTime);
51 
52  virtual const int detectionLevelForForce() const;
53 
55  virtual const int detectionLevelForRadius() const;
56 
58  virtual void setDetectLevelDeterminatorDescriptor(DtRwDetectionLevelContainer& dLDDesc);
59 
60  virtual double minDetectableSignature();
61 
64  static DtDetectionLevelDeterminator* create();
65 
66 protected:
68 
69 };
70 

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)