VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)