VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
combatIdentificationLevelTableEntry.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: combatIdentificationLevelTableEntry.h,v $ $Revision: 1.5 $ $State: Exp $
7 ** Created: 4/5/07 MEM
8 *******************************************************************************/
9 
12 
14 
15 #ifndef combatIdentificationLevelTableEntry_H_
16 #define combatIdentificationLevelTableEntry_H_
17 
20 #include "vrfutil/vrfutilDefines.h"
21 
22 #include "vrfutil/rwInt.h"
23 #include "vrfutil/rwReal.h"
25 #include <list>
26 
28 
30 {
31 
32 public:
34  DtCombatIdentificationLevelTableEntry(const DtString& name = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = NULL);
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
44  const DtString& name = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = NULL);
47  const DtSymbolString& name,
48  DtReaderWriterRegistry* parentRegistry = NULL);
49 
53 
56  virtual const double appSignature() const;
57  virtual void setAppSignature(const double appSig);
59 
62  virtual int lookupIdentificationLevel(double & detectionInterval) const;
64 
69  virtual bool getData(DtCSVLineEntry & entryData, std::vector<double> & timeValues );
71 
76  virtual void addDetectionInterval(DtCombatIdentificationDetectionIntervalEntry* entryData );
78 
82  virtual const char* readerWriterType() const;
83 
84  void printEntry();
85 
86 protected:
87  typedef std::vector<DtCombatIdentificationDetectionIntervalEntry*> DtDetectionLevelList;
88 
91  void clearLevelList();
95  void copyLevelListFrom(const DtDetectionLevelList& levelList);
96 
100 
105 
112 
113 
115 };
116 
117 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)