VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
combatIdentificationDetectionIntervalEntry.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: combatIdentificationDetectInterval.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 4/11/07 MEM
8 *******************************************************************************/
9 
12 
14 
15 #ifndef combatIdentificationDetectIntervalEntry_H_
16 #define combatIdentificationDetectIntervalEntry_H_
17 
20 #include "vrfutil/vrfutilDefines.h"
21 
22 #include "vrfutil/rwInt.h"
23 #include "vrfutil/rwReal.h"
25 
27 {
28 
29 public:
31  DtCombatIdentificationDetectionIntervalEntry(const DtString& name = DtString::nullString(),
32  DtReaderWriterRegistry* parentRegistry = NULL);
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38 
41  const DtString& name = DtString::nullString(),
42  DtReaderWriterRegistry* parentRegistry = NULL);
44  const DtSymbolString& name,
45  DtReaderWriterRegistry* parentRegistry = NULL);
46 
50 
53  virtual const double detectionInterval() const;
54  virtual void setDetectionInterval(const double time);
56 
59  virtual const int identificationLevel() const;
60  virtual void setIdentificationLevel(const int level);
62 
66  virtual bool getData(DtCSVLineEntry & sData,unsigned int timeIndex);
68 
72  virtual const char* readerWriterType() const;
73 
74 protected:
75 
79 
85 
93 
94 
96 };
97 
98 #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)