VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
noDataInterfaceContent.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfmsgs/messageTypes.h"
13 
23 
24 template <int T_messageType>
26 {
27 public:
28 
31 
34 
38  {
39  if (this != &orig)
40  {
42  }
43  return *this;
44  }
45 
48 
50  virtual int type() const
51  {
52  return T_messageType;
53  }
54 
57  virtual DtSimInterfaceContent* clone() const
58  {
60  }
61 
62  virtual int netRepSize() const
63  {
65  }
66 
67  virtual bool setFromNet(const char* contentBuffer,
68  unsigned contentSize)
69  {
70  DtSimInterfaceContent::setFromNet(contentBuffer, contentSize);
71  contentBuffer += DtSimInterfaceContent::netRepSize();
72  return true;
73  }
74 
75  virtual bool setToNet()
76  {
78  return true;
79  }
80 
82  {
84  }
85 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)