VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
engagementReport.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/simReport.h"
14 #include "vrfutil/rwString.h"
15 #include "vrfutil/rwReal.h"
17 #include <vlutil/vlTime.h>
18 
19 
27 {
28 public:
29  DtEngagementReport( const DtString& rwName,
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
32  DtEngagementReport( const DtString& rwName, const DtEngagementReport& orig,
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
35  virtual ~DtEngagementReport();
36 
37  const DtEngagementReport & operator=(const DtEngagementReport & orig);
38 
39 private:
42 
43 public:
46  virtual const DtSimReportMessageType& type() const;
47 
49  virtual DtSimReport * clone(
50  const DtString& name,
51  DtReaderWriterRegistry* parentRegistry = 0) const;
52 
58  virtual void setReporterName(const DtString& name);
59  virtual DtString reporterName() const;
61 
64  virtual void setSimTimeOfReport(DtTime t);
65  virtual DtTime simTimeOfReport() const;
67 
71  virtual void setDateAndTimeOfReport(double utcTime);
72  virtual double dateAndTimeOfReport() const;
74 
77  virtual void setEngagements(const DtRwEngagementInfoList& engList);
78  virtual const DtRwEngagementInfoList& engagements() const;
80 
82  virtual int netRepSize() const;
83 
85  virtual bool setFromNet(const char* networkBuffer,
86  unsigned contentSize);
87 
89  virtual bool setToNet();
90 
92  static DtSimReport* creator();
93 
94  virtual DtString stringRep() const;
95 
96 protected:
97 
102 };
103 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)