VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
23 
28 
30 {
32 };
33 
36 {
37 
38 public:
39 
42 
45  DtLaseTargetTask(const DtString & writeName,
46  DtReaderWriterRegistry * parentRegistry = 0);
47 
49  DtLaseTargetTask(const DtString & writeName, const DtLaseTargetTask &
50  orig, DtReaderWriterRegistry * parentRegistry = 0);
51 
53  const DtLaseTargetTask & operator=(const DtLaseTargetTask & orig);
54 
55  virtual ~DtLaseTargetTask();
56 
58  virtual const DtSimTaskMessageType& type() const;
59 
61  virtual DtSimTask* clone(const DtString & name,
62  DtReaderWriterRegistry * parentRegistry = 0) const;
63 
65  virtual DtString stringRep() const;
66 
68  virtual DtString targetName() const;
69  virtual void setTargetName(const DtString & name);
70 
71 
74  virtual int netRepSize() const;
75 
77  virtual DtBoolean setFromNet(const char* contentBuffer,
78  unsigned contentSize);
79 
82  virtual DtBoolean setToNet();
83 
84  static DtSimTask* creator();
85 
86 protected:
87 
89 
90 };
91 
92 

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)