VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
embeddedSetForwardTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "vrftasks/simTask.h"
14 
15 #include "vrfutil/rwString.h"
16 
17 class DtSetDataRequest;
18 
23 {
24 
25 public:
27  DtEmbeddedSetForwardTask(const DtString& mtlName, DtReaderWriterRegistry* parentRegistry = NULL);
28  DtEmbeddedSetForwardTask(const DtString& mtlName,
29  const DtEmbeddedSetForwardTask& orig, DtReaderWriterRegistry* parentRegistry = NULL);
30 
32 
34  virtual DtSimTask* clone(const DtString& mtlName, DtReaderWriterRegistry* parentRegistry = NULL) const;
35 
36  virtual const DtSimTaskMessageType& type() const;
37  static DtSimTask* creator();
38 
41  virtual int netRepSize() const;
42  virtual bool setFromNet(const char* buff, unsigned contentSize);
43  virtual bool setToNet();
45 
47  virtual DtString stringRep() const;
48 
51  virtual const DtString& embeddedEntityName() const;
52  virtual void setEmbeddedEntityName(const DtString& name);
54 
57  virtual const DtSetDataRequest* setToForward() const;
59  virtual void setSetToForward(const DtSetDataRequest* tsk);
61 
62 protected:
63  virtual void putData(FILE *fp, int indentLevel = 0);
64  virtual DtlObjPtr getData(DtlObjPtr args,
65  const DtReaderWriter::SearchPaths& searchPaths,
66  const DtVariableBindingsList& variableBindings);
67 
68 protected:
71 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)