VR-Forces 4.2 Class Documentation
launchSmokeTask.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 <vlutil/vlNetTypes.h>
13 #include "vrfutil/rwBoolean.h"
14 #include "vrfutil/rwReal.h"
15 #include "vrftasks/radioMsgTypes.h"
17 
23 {
24 public:
25 
28 
30  DtLaunchSmokeTask(const DtString & writeName,
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
34  virtual ~DtLaunchSmokeTask();
35 
37  DtLaunchSmokeTask(const DtString & writeName, const
39  parentRegistry = 0);
40 
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 
56 
57  virtual const bool launchAtNearestThreat() const;
58  virtual void setLaunchAtNearestThreat(bool v);
60 
63 
64  virtual double launchHeading() const;
65  virtual void setLaunchHeading(double heading);
67 
72  virtual int netRepSize() const;
73 
77  virtual bool setFromNet(const char* contentBuffer,
78  unsigned contentSize);
79 
83  virtual bool setToNet();
84 
85  static DtSimTask * creator();
86 
87 protected:
88 
91 };
92 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)