VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifRequestSpawnData.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 
10 #include <vrfutil/rwUUID.h>
11 
16 {
17 
18 public:
19 
22 
25 
28 
30  virtual ~DtIfRequestSpawnData();
31 
33  virtual int type() const;
34 
36 
37  virtual const DtUUID& templateUUID() const;
38  virtual void setTemplateUUID(const DtUUID& name);
40 
42  virtual DtSimInterfaceContent * clone() const;
43 
45  virtual int netRepSize() const;
46 
48  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
49 
51  virtual bool setToNet();
52 
54  virtual void printDataToString(DtString& str);
55 
57  static DtSimInterfaceContent* creator();
58 
59 protected:
60 
62 };

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)