VR-Forces 5.0.2 Developer's Guide
 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:68
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. Currently just need to specify the type.
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)