VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
vrfRadioTransmitterParams.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfutil/rdrWritr.h
"
14
#include "
vrfobjparam/vrfobjparamDefines.h
"
15
#include "
vrfutil/rwRadioEntityType.h
"
16
#include "
vrfutil/rwReal.h
"
17
18
class
DT_DLL_vrfobjparam
DtVrfRadioTransmitterParams
:
public
DtReaderWriter
19
{
20
public
:
22
DtVrfRadioTransmitterParams
(
const
DtString
& name,
23
DtReaderWriterRegistry
* parentRegistry = NULL);
24
25
DtVrfRadioTransmitterParams
(
const
DtSymbolString
& name,
26
DtReaderWriterRegistry
* parentRegistry = NULL);
27
29
DtVrfRadioTransmitterParams
(
const
DtVrfRadioTransmitterParams
& orig,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtVrfRadioTransmitterParams
&
operator=
(
34
const
DtVrfRadioTransmitterParams
& orig);
35
36
virtual
~
DtVrfRadioTransmitterParams
();
37
39
40
virtual
const
DtRadioEntityType
& radioType()
const
;
41
virtual
void
setRadioType(
const
DtRadioEntityType
& radioType);
43
45
46
virtual
double
initialFrequency()
const
;
47
virtual
void
setInitialFrequency(
double
freq);
49
51
52
virtual
double
power()
const
;
53
virtual
void
setPower(
double
power);
55
56
protected
:
59
DtRwRadioEntityType
myRadioType
;
62
DtRwReal
myInitialFrequency
;
65
DtRwReal
myPower
;
66
};
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)