VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
8 #include <vrfExtProtocol/simInterfaceContent.h>
10 
11 namespace BHAVE
12 {
17 {
18 
19 public:
20 
23 
26 
28  const DtIfRequestSpawnData & operator=(const DtIfRequestSpawnData & orig);
29 
31  virtual ~DtIfRequestSpawnData();
32 
34  virtual int type() const;
35 
37 
38  virtual const DtString& templateName() const;
39  virtual void setTemplateName(const DtString& name);
41 
43  virtual DtSimInterfaceContent * clone() const;
44 
46  virtual int netRepSize() const;
47 
49  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
50 
52  virtual bool setToNet();
53 
55  virtual void printDataToString(DtString& str);
56 
58  static DtSimInterfaceContent* creator();
59 
60 protected:
61 
63 };
64 
65 }
66 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)