VR-Forces 4.1 Class Documentation
simMsg.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include "vrfutil/rdrWritr.h"
18 #include "vrfutil/rwString.h"
19 
27 
28 #include "vrfmsgs/vrfmsgsDefines.h"
30 {
31 
32 public:
33 
35  DtSimMessage();
36 
37 
39  DtSimMessage(const DtSimMessage & orig);
40 
42  const DtSimMessage & operator=(const DtSimMessage & orig);
43 
45  virtual ~DtSimMessage();
46 
50  virtual int messageType() const = 0;
51 
52  virtual DtSimMessage * clone() const = 0;
53 
55  virtual void printDataToString(DtString& str);
56 
57 protected:
58 };
59 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)