VR-Forces 4.3 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 
21 {
22 public:
25 
28  DtReleaseBombOnTargetTask(const DtString & writeName,
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
32  DtReleaseBombOnTargetTask(const DtString & writeName, const
34  parentRegistry = 0);
35 
39 
41  virtual ~DtReleaseBombOnTargetTask();
42 
44  virtual const DtSimTaskMessageType& type() const;
45 
47  virtual DtSimTask* clone(const DtString& name,
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
51  virtual DtString stringRep() const;
52 
54 
55  virtual const DtString & entityName() const;
56  virtual void setEntityName(const DtString & entityName);
58 
61  virtual int netRepSize() const;
62 
64  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
65 
68  virtual bool setToNet();
69 
71  static DtSimTask* creator();
72 
73 protected:
75 };
76 

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)