VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
launchSmokePSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include "vrfutil/rwReal.h"
10 #include "vrfutil/rwBoolean.h"
11 
15 
18 {
19 public:
20 
22  DtLaunchSmokePSR(DtVrfObject* vrfObject,
23  const DtString& rwName = DtString::nullString(),
24  DtReaderWriterRegistry* parentRegistry = 0);
25 
28  const DtString& rwName = DtString::nullString(),
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32  virtual ~DtLaunchSmokePSR();
33 
36 
39  const DtString& rwName = DtString::nullString(),
40  DtReaderWriterRegistry* parentRegistry = 0) const;
41 
43  virtual DtString type() const;
44 
47  virtual void setLaunchAtNearestThreat(bool enabled);
48  virtual bool launchAtNearestThreat() const;
49 
52  virtual void setHeading(const double heading);
53  virtual const double heading() const;
54 
55 public:
57  static DtVrfProcessStateRepository* creator (const DtString& rwName,
58  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
59 
60 protected:
63 };

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)