VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laseTargetTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrftasks/simTask.h"
12 #include "vrfutil/rwString.h"
13 #include "vlutil/vlNetTypes.h"
14 #include "vrfutil/rwUUID.h"
15 
24 
29 
32 {
33 
34 public:
35 
38 
41  DtLaseTargetTask(const DtString & writeName,
42  DtReaderWriterRegistry * parentRegistry = 0);
43 
45  DtLaseTargetTask(const DtString & writeName, const DtLaseTargetTask &
46  orig, DtReaderWriterRegistry * parentRegistry = 0);
47 
49  const DtLaseTargetTask & operator=(const DtLaseTargetTask & orig);
50 
51  virtual ~DtLaseTargetTask();
52 
54  virtual const DtSimTaskMessageType& type() const;
55 
57  virtual DtSimTask* clone(const DtString & name,
58  DtReaderWriterRegistry * parentRegistry = 0) const;
59 
61  virtual DtString stringRep() const;
62 
65  virtual const DtUUID& target() const;
66 
68  virtual void setTarget(const DtUUID&);
69 
70 
73  virtual int netRepSize() const;
74 
76  virtual DtBoolean setFromNet(const char* contentBuffer,
77  unsigned contentSize);
78 
81  virtual DtBoolean setToNet();
82 
83  static DtSimTask* creator();
84 
85 protected:
87 };
88 
89 

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)