VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
MC02Region
radioDim.h
Go to the documentation of this file.
1
//********************************************************************
2
// Copyright (c) 2005 MaK Technologies, Inc.
3
// All rights reserved.
4
//********************************************************************
5
#pragma once
6
7
#include <
vl/region.h
>
8
#include "
partitionNorm.h
"
9
10
class
DtRadioDimension
:
public
DtDDMRegion
11
{
12
public
:
13
DtRadioDimension
(
DtExerciseConn
* exConn);
14
15
virtual
~DtRadioDimension
();
16
17
virtual
void
setValue
(
double
value
);
18
virtual
double
value
()
const
;
19
20
protected
:
21
void
initFrequencyTable
();
22
23
std::vector<double>
myFrequencyTable
;
24
DtPartitionNormalizer
myFrequencyNormalizer
;
25
double
myValue
;
26
};
27
28
29
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)