VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reportMessage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include "vrftasks/simReport.h"
12 
23 #include "vrfmsgs/vrfmsgsDefines.h"
25 {
26 
27 public:
28 
31 
32  DtReportMessage(const DtReportMessage & orig);
33 
34 protected:
36 
37 public:
38 
40  virtual ~DtReportMessage();
41 
43  virtual DtSimReport * report() const;
44 
58  virtual void setReport(DtSimReport * report);
59 
61  virtual int contentCategoryType() const;
62 
64  virtual const DtSimReportMessageType& contentType() const;
65 
67  virtual DtSimMessage * clone() const;
68 
72  virtual int netRepSize() const;
73 
76  virtual bool setFromNet(const char* networkBuffer,
77  unsigned contentSize);
78 
81  virtual bool setToNet();
82 
83  virtual void printDataToString(DtString& str);
84 
85  static DtVrfObjectMessage* creator();
86 
87 protected:
90 };
91 

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)