VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
jammerPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef DtJammerPSR_H_
10 #define DtJammerPSR_H_
11 
12 #include "vrfutil/rwBoolean.h"
15 
20 
23 {
24 public:
25 
27  DtJammerPSR(DtVrfObject* vrfObject,
28  const DtString& rwName = DtString::nullString(),
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32  DtJammerPSR(const DtJammerPSR& orig,
33  const DtString& rwName = DtString::nullString(),
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
37  virtual ~DtJammerPSR();
38 
40  DtJammerPSR& operator=(const DtJammerPSR& orig);
41 
44  const DtString& rwName = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = 0) const;
46 
49  virtual DtString type() const;
50 
51  static DtVrfProcessStateRepository* creator(const DtString& rwName,
52  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
53 
56  virtual const bool jammerOn();
57  virtual void setJammerOn(const bool setOn);
59 
60 protected:
62 };
63 
64 
65 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)