VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
11 #include "vrfmsgs/messageTypes.h"
12 
13 #include <map>
14 #include <string>
15 
22 
23 #include "vrfmsgs/vrfmsgsDefines.h"
24 
26 {
27 public:
29  {
30  std::string name;
31  std::string description;
32  std::string categories;
33  };
34 
35  typedef std::vector<ScriptedMovementObject> ScriptedMovementObjects;
36 
39 
42 
45 
48 
50  virtual int type() const;
51 
52  virtual DtSimInterfaceContent * clone() const;
53 
55  virtual const ScriptedMovementObjects& scriptedMovementObjects() const;
56  virtual void setScriptedMovementObjects(const ScriptedMovementObjects&);
57 
58  virtual int netRepSize() const;
59  virtual bool setFromNet(const char* contentBuffer,
60  unsigned contentSize);
61  virtual bool setToNet();
62 
63  virtual void printDataToString(DtString& str);
64 
65  static DtSimInterfaceContent* creator();
66 
67 protected:
69 };
70 
71 namespace DtBufferSerialize
72 {
76 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)