VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifCreateSpawnData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include "vrfmsgs/rwSpawnData.h"
10 #include "vrfmsgs/vrfmsgsDefines.h"
11 
16 {
17 
18 public:
19 
22 
25 
28 
30  virtual ~DtIfCreateSpawnData();
31 
33  virtual const DtRwSpawnData& templateData();
34  virtual void setTemplateData(const DtRwSpawnData& data);
37  virtual int type() const;
39 
41  virtual DtSimInterfaceContent * clone() const;
42 
44  virtual int netRepSize() const;
45 
47  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
48 
50  virtual bool setToNet();
51 
53  virtual void printDataToString(DtString& str);
54 
56  static DtSimInterfaceContent* creator();
57 
58 protected:
59 
61 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)