VR-Forces Development_Version 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/vrfmsgsDefines.h"
12 #include "vrfmsgs/messageTypes.h"
14 #include <vlpi/netStructs.h>
15 
25 
26 template <int T_messageType>
28 {
29 public:
30 
33 
36 
40  {
41  if (this != &orig)
42  {
44  }
45  return *this;
46  }
47 
50 
52  virtual int type() const
53  {
54  return T_messageType;
55  }
56 
59  virtual DtSimInterfaceContent* clone() const
60  {
62  }
63 
64  virtual int netRepSize() const
65  {
67  }
68 
69  virtual bool setFromNet(const char* contentBuffer,
70  unsigned contentSize)
71  {
72  DtSimInterfaceContent::setFromNet(contentBuffer, contentSize);
73  contentBuffer += DtSimInterfaceContent::netRepSize();
74  return true;
75  }
76 
77  virtual bool setToNet()
78  {
80  return true;
81  }
82 
83  static DtSimInterfaceContent* creator()
84  {
86  }
87 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)