VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setReactiveTaskCancel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
7 
10 #include "vrfutil/rwString.h"
11 #include "vlpi/netStructs.h"
14 
16 #include "vrfutil/rwInt.h"
17 
18 
20 {
21 public:
23 
26  DtSetReactiveTaskCancel(const DtString& writeName,
27  DtReaderWriterRegistry* parentRegistry = 0);
28 
30  DtSetReactiveTaskCancel(const DtString& writeName,
31  const DtSetReactiveTaskCancel& orig,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36 
37  virtual ~DtSetReactiveTaskCancel();
38 
40  virtual const DtSetMessageType& type() const;
41 
43  virtual DtSetDataRequest* clone(const DtString& name,
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
47  virtual DtString stringRep() const;
48 
50 
51  virtual const DtSimTaskMessageType& scriptId() const;
52  virtual void setScriptId(const DtString& sid);
54 
57  virtual int netRepSize() const;
58 
60  virtual bool setFromNet(const char* contentBuffer,
61  unsigned contentSize);
62 
65  virtual bool setToNet();
66 
67  static DtSetDataRequest* creator();
68 
69 protected:
72 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)