VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
releaseBombOnLocationTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include "vrfutil/rwVector.h"
10 
12 #include <vlpi/netStructs.h>
13 
19 {
20 public:
23 
26  DtReleaseBombOnLocationTask(const DtString & writeName,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  DtReleaseBombOnLocationTask(const DtString & writeName, const
32  parentRegistry = 0);
33 
37 
39  virtual ~DtReleaseBombOnLocationTask();
40 
42  virtual const DtSimTaskMessageType& type() const;
43 
45  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
46  parentRegistry = 0) const;
47 
49  virtual DtString stringRep() const;
50 
52 
53  virtual void setLocation(const DtVector & location);
54  virtual const DtVector & location() const;
56 
59  virtual int netRepSize() const;
60 
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64 
67  virtual bool setToNet();
68 
70  static DtSimTask * creator();
71 
72 protected:
74 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)