VR-Forces 4.1.1 Class Documentation
ifScriptedTaskResponseMessage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfmsgs/vrfmsgsDefines.h"
14 
20 
22 
24 {
25 public:
26  typedef std::vector<DtScriptedTaskMetaData> ScriptedTaskMetaDataList;
27 
28 public:
31 
34 
37 
39 
41  virtual int type() const;
42 
43  virtual DtSimInterfaceContent * clone() const;
44 
45  virtual int netRepSize() const;
46  virtual bool setFromNet(const char* contentBuffer,
47  unsigned contentSize);
48  virtual bool setToNet();
49 
50  virtual void printDataToString(DtString& str);
51 
52  static DtSimInterfaceContent* creator();
53 
55  virtual DtU32 responseId() const;
56  virtual void setResponseId(DtU32);
57 
58  virtual void addScriptedTask(const DtScriptedTaskMetaData&);
59  virtual const ScriptedTaskMetaDataList& scriptedTasks() const;
60 
61 protected:
62  DtU32 myResponseId;
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)