VR-Link API Documentation for HLA 1.3
radioDim.h
Go to the documentation of this file.
00001 //********************************************************************
00002 // Copyright (c) 2005 MaK Technologies, Inc.
00003 // All rights reserved.
00004 //********************************************************************
00005 #pragma once
00006 
00007 #include <vl/region.h>
00008 #include "partitionNorm.h"
00009 
00010 class DtRadioDimension : public DtDDMRegion
00011 {
00012 public:
00013    DtRadioDimension(DtExerciseConn* exConn);
00014 
00015    virtual ~DtRadioDimension();
00016 
00017    virtual void setValue(double value);
00018    virtual double value() const;
00019 
00020 protected:
00021    void initFrequencyTable();
00022 
00023    std::vector<double> myFrequencyTable;
00024    DtPartitionNormalizer myFrequencyNormalizer;
00025    double myValue;
00026 };
00027 
00028 
00029 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)