VR-Forces 4.1.1 Class Documentation
sendTaskMessageTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/simTask.h"
15 #include "vrfutil/rwString.h"
16 
17 class DtSimTask;
18 
23 {
24 public:
27 
29  DtSendTaskMessageTask(const DtString& writeName,
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
33  DtSendTaskMessageTask(const DtString & writeName, const DtSendTaskMessageTask& orig,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  virtual ~DtSendTaskMessageTask();
38 
41 
43  virtual const DtSimTaskMessageType& type() const;
44 
46  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
47  parentRegistry = 0) const;
48 
52 
53  virtual DtString objectName() const;
54  virtual void setObjectName(const DtString& name);
56 
58  virtual const DtSimTask* task() const;
60  virtual void setTask(const DtSimTask* task);
61 
63  virtual DtString stringRep() const;
64 
66  virtual int netRepSize() const;
67 
69  virtual bool setFromNet(const char* contentBuffer,
70  unsigned contentSize);
71 
73  virtual bool setToNet();
74 
76  static DtSimTask* creator();
77 
78 protected:
80 
81  virtual void putData(FILE *fp, int indentLevel = 0);
82  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
83  const DtVariableBindingsList& variableBindings);
85 
86 protected:
89 };
90 

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)