VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setReactiveTaskTable.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 
9 #include "vlpi/netStructs.h"
11 
14 #include "vrfutil/rwList.h"
15 #include "rwSetDataRequestList.h"
16 
17 
19 {
20 public:
22 
25  DtSetReactiveTaskTable(const DtString& writeName,
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
29  DtSetReactiveTaskTable(const DtString& writeName,
30  const DtSetReactiveTaskTable& orig,
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
35 
36  virtual ~DtSetReactiveTaskTable();
37 
39  virtual const DtSetMessageType& type() const;
40 
42  virtual DtSetDataRequest* clone(const DtString& name,
43  DtReaderWriterRegistry* parentRegistry = 0) const;
44 
46  virtual DtString stringRep() const;
47 
49  virtual DtRwSetDataRequestList& setMessages();
50  virtual const DtRwSetDataRequestList& setMessages() const;
51 
54  virtual int netRepSize() const;
55 
57  virtual bool setFromNet(const char* contentBuffer,
58  unsigned contentSize);
59 
62  virtual bool setToNet();
63 
64  static DtSetDataRequest* creator();
65 
66 protected:
68 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)