VR-Forces 4.3.1 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>
15 #include "tdbutil/stringKeyFactory.h"
16 
19 
20 
22 
24 typedef DtStringKeyFactory<DtDetectionLevelDeterminator> DtDetectionLevelDeterminatorFactory;
25 
26 
39 {
40  private:
43 
45 
46  public:
49 
51 
54  virtual void init(const DtRwDetectionLevelContainer & params) = 0;
55 
58  virtual DtString 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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)