VR-Forces 4.8 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 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtStringKeyFactory< DtDetectionLevelDeterminator > DtDetectionLevelDeterminatorFactory
Factory for creating DtDetectionLevelDeterminator instances.
Definition: detectionLevelDeterminator.h:21
This class represents the data gathered by a sensor about a particular single sensor contact...
Definition: rwSensorContactInfo.h:67
DtDetectionLevelDeterminator is an abstract base class for determing the level of detection of an obj...
Definition: detectionLevelDeterminator.h:38
Factory templates DtStringKeyFactory and DtStringKeyFactoryWithParam.
Definition: stringKeyFactory.h:27
DtRwDetectionLevelContainer contains the parameters needed to define a DtDetectionLevelDeterminator.
Definition: rwDetectionLevelContainer.h:27
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
static DtDetectionLevelDeterminatorFactory * theFactory
Definition: detectionLevelDeterminator.h:73

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)