VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
detectionLevelDeterminator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
14 #include <vlutil/vlString.h>
16 
19 
20 
22 
25 
26 
39 {
40  private:
43 
45 
46  public:
49 
51 
54  virtual void init(const DtRwDetectionLevelContainer & params) = 0;
55 
58  virtual const char* type() const = 0;
59 
62  virtual int determineCombatIdentificationLevel(double apparentSig, DtRwSensorContactInfo *
63  sensorInfo, double currentSimulationTime) = 0;
64 
66  static void setFactory(DtDetectionLevelDeterminatorFactory* factory);
67 
70  static DtDetectionLevelDeterminator* createDeterminator(const DtString& type);
71 
72 protected:
74 };
75 

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)