VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskMessageDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/readerWriter.h"
12 #include "vrfutil/rwString.h"
13 #include "vrfutil/rwBoolean.h"
14 #include "vrfutil/rwInt.h"
15 #include "vrfutil/rwUUID.h"
16 
21 
22 class DtSimTask;
23 class DtTaskMessage;
24 
27 {
28 public:
32  DtTaskMessageDescriptor(const DtString& name,
33  DtReaderWriterRegistry* parentRegistry = NULL, bool readonly = false);
34 
36  DtReaderWriterRegistry* parentRegistry = NULL, bool readonly = false);
37 
39  virtual ~DtTaskMessageDescriptor();
40 
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
47 
49  virtual void setTaskMessage(const DtTaskMessage& taskMessage);
50  virtual DtTaskMessage* taskMessage() const;
51 
54  virtual void putSelf(std::string& fp, int indentLevel = 0,
55  bool writeUnspecified = false, const DtFilename& path = DtReaderWriter::appPath());
56 
58  virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
59  const DtVariableBindingsList& variableBindings);
60 
61 protected:
62 
64  virtual void putData(std::string& fp, int indentLevel = 0);
65 
67  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
68  const DtVariableBindingsList& variableBindings);
69 
70 protected:
71 
73 
82 };
83 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)