VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
releaseBombOnTargetTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwString.h"
13 
15 #include <vlutil/vlNetTypes.h>
16 #include "vrfutil/rwUUID.h"
17 
22 {
23 public:
26 
29  DtReleaseBombOnTargetTask(const DtString & writeName,
30  DtReaderWriterRegistry * parentRegistry = 0);
31 
33  DtReleaseBombOnTargetTask(const DtString & writeName, const
35  parentRegistry = 0);
36 
40 
42  virtual ~DtReleaseBombOnTargetTask();
43 
45  virtual const DtSimTaskMessageType& type() const;
46 
48  virtual DtSimTask* clone(const DtString& name,
49  DtReaderWriterRegistry* parentRegistry = 0) const;
50 
52  virtual DtString stringRep() const;
53 
55 
56 
57  virtual const DtUUID & target() const;
58 
60  virtual void setTarget(const DtUUID&);
62 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
69 
72  virtual bool setToNet();
73 
75  static DtSimTask* creator();
76 
77 protected:
79 };
80 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)