VR-Forces 4.2 Class Documentation
ifScriptedMovementObjectsResponse.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
10 #include <vrfExtProtocol/ifaceCont.h>
11 
12 #include <map>
13 #include <string>
14 
21 
23 
24 #include "vrfmsgs/vrfmsgsDefines.h"
25 
27 {
28 public:
30  {
31  std::string name;
32  std::string description;
33  std::string categories;
34  };
35 
36  typedef std::vector<ScriptedMovementObject> ScriptedMovementObjects;
37 
40 
43 
46 
49 
51  virtual int type() const;
52 
53  virtual DtSimInterfaceContent * clone() const;
54 
56  virtual const ScriptedMovementObjects& scriptedMovementObjects() const;
57  virtual void setScriptedMovementObjects(const ScriptedMovementObjects&);
58 
59  virtual int netRepSize() const;
60  virtual bool setFromNet(const char* contentBuffer,
61  unsigned contentSize);
62  virtual bool setToNet();
63 
64  virtual void printDataToString(DtString& str);
65 
66  static DtSimInterfaceContent* creator();
67 
68 protected:
70 };
71 
72 namespace DtBufferSerialize
73 {
77 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)