VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
missileDistractionPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <readerWriter/rwBoolean.h>
14 #include "vrfutil/rwStringList.h"
15 #include <set>
16 
21 
24 {
25 public:
26 
29  const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtMissileDistractionPSR();
39 
42 
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
49  virtual DtString type() const;
50 
52  virtual bool init();
53 
56  virtual void setAmDistracted(bool fooled);
57  virtual bool amDistracted() const;
58 
61  virtual const DtRwVrfObjectReferenceList& verifiedDistractionsList() const;
62 
64  virtual bool findCounterMeasure(const DtUUID &) const;
65 
66  virtual void addCounterMeasure(const DtUUID&);
67 
68  virtual void removeCounterMeasure(const DtUUID&);
69 
71  virtual void clearVerifiedDistractionsList();
72 
73 public:
74 
76  static DtVrfProcessStateRepository* creator (const DtString& rwName,
77  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
78 
79 
80 protected:
81 
87 };
88 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)