VR-Forces 4.1.1 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 
12 
13 #include <map>
14 #include <string>
15 
22 
24 
25 #include "vrfmsgs/vrfmsgsDefines.h"
26 
28 {
29 public:
30  typedef std::vector<std::string> ScriptedMovementObjects;
31 
34 
37 
40 
43 
45  virtual int type() const;
46 
47  virtual DtSimInterfaceContent * clone() const;
48 
50  virtual const ScriptedMovementObjects& scriptedMovementObjects() const;
51  virtual void setScriptedMovementObjects(const ScriptedMovementObjects&);
52 
53  virtual int netRepSize() const;
54  virtual bool setFromNet(const char* contentBuffer,
55  unsigned contentSize);
56  virtual bool setToNet();
57 
58  virtual void printDataToString(DtString& str);
59 
60  static DtSimInterfaceContent* creator();
61 
62 protected:
64 };

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)