VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
8 #include <vrfExtProtocol/simInterfaceContent.h>
9 #include "vrfmsgs/rwSpawnData.h"
11 
12 namespace BHAVE
13 {
18  {
19 
20  public:
21 
24 
27 
29  const DtIfCreateSpawnData & operator=(const DtIfCreateSpawnData & orig);
30 
32  virtual ~DtIfCreateSpawnData();
33 
35  virtual const DtRwSpawnData& templateData();
36  virtual void setTemplateData(const DtRwSpawnData& data);
39  virtual int type() const;
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 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)