15 #ifndef combatIdentificationLevelTableEntry_H_
16 #define combatIdentificationLevelTableEntry_H_
44 const DtString& name = DtString::nullString(),
56 virtual const double appSignature()
const;
57 virtual void setAppSignature(
const double appSig);
62 virtual int lookupIdentificationLevel(
double & detectionInterval)
const;
91 void clearLevelList();
Definition: symbolString.h:20
File: csvReaderWriter.h.
Definition: cSVReaderWriter.h:36
Definition: combatIdentificationLevelTableEntry.h:29
Definition: readerWriterRegistry.h:39
std::vector< DtCombatIdentificationDetectionIntervalEntry * > DtDetectionLevelList
Definition: combatIdentificationLevelTableEntry.h:87
std::vector< std::string > DtCSVLineEntry
Stores a parsed csv line.
Definition: cSVReaderWriter.h:89
DtCombatIdentificationDetectionIntervalEntry.
Definition: combatIdentificationDetectionIntervalEntry.h:26
DtRwReal myApparentSignature
Parameter Name: Parameter Description: The apparent signature of the object.
Definition: combatIdentificationLevelTableEntry.h:104
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual bool getData(FILE *fp)
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtCSVReaderWriter & operator=(const DtCSVReaderWriter &orig)
assignment operator
DtDetectionLevelList myDetectionLevelList
Parameter Name: Parameter Description: List of detection intervals and the identification levels ass...
Definition: combatIdentificationLevelTableEntry.h:111