VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifUpdateSpawnTemplate.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 
13 namespace BHAVE
14 {
20  {
21 
22  public:
23 
26 
29 
31  static DtSimInterfaceContent* creator();
32 
34  const DtIfUpdateSpawnTemplate & operator=(
35  const DtIfUpdateSpawnTemplate & orig);
36 
38  virtual ~DtIfUpdateSpawnTemplate();
39 
41  virtual int type() const;
42 
44  virtual DtSimInterfaceContent * clone() const;
45 
52  virtual const DtString& templateName();
53  virtual void setTemplateName(const DtString& name);
55 
58  virtual const DtRwSpawnData& spawnData();
59  virtual void setSpawnData(const DtRwSpawnData& spawnData);
61 
65  virtual const bool doUpdateSpawnPointNames();
66  virtual void setDoUpdateSpawnPointNames(const bool doUpdate);
68 
70  virtual int netRepSize() const;
71 
73  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
74 
76  virtual bool setToNet();
77 
79  virtual void printDataToString(DtString& str);
80 
81  protected:
85  };
86 
87 }

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)