VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
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
"
13
#include "
vrfobjcore/vrfProcessStateRepository.h
"
15
20
21
#include "
vrfobjcore/vrfobjcoreDefines.h
"
22
class
DT_DLL_vrfobjcore
DtJammerPSR
:
public
DtVrfProcessStateRepository
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
43
virtual
DtVrfProcessStateRepository
*
clone
(
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
:
61
DtRwBoolean
myJammerOn
;
62
};
63
64
65
#endif
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)