VR-Link API Documentation for HLA 1.3
iffAtcNavParm.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 
00009 
00010 #ifndef DtIffAtcNavaidsParameter_H_
00011 #define DtIffAtcNavaidsParameter_H_
00012 
00013 
00014 #include <vlutil/vlMachineTypes.h>
00015 #include <vlpi/disEnums.h>
00016 
00017 #include "packets/iffAtcNavP.h"
00018 
00019 
00020 
00024 class DT_DLL_VL DtIffAtcNavaidsParameter
00025 {
00026 public:
00028    DtIffAtcNavaidsParameter();
00029    DtIffAtcNavaidsParameter( const DtIffAtcNavaidsParameter& src );
00030 
00032    DtIffAtcNavaidsParameter& operator=(
00033       const DtIffAtcNavaidsParameter& src );
00034    DtIffAtcNavaidsParameter& operator=(
00035       const DtNetIffAtcNavaidsParameter& src );
00036 
00038    virtual ~DtIffAtcNavaidsParameter();
00039 
00040    int operator==( const DtIffAtcNavaidsParameter& rhs ) const;
00041    int operator!=( const DtIffAtcNavaidsParameter& rhs ) const;
00042 
00044    virtual void setERP(DtFloat32 value);
00045    virtual DtFloat32 ERP() const;
00046 
00048    virtual void setFrequency( DtFloat32 value );
00049    virtual DtFloat32 frequency() const;
00050 
00052    virtual void setPgRF( DtFloat32 value );
00053    virtual DtFloat32 PgRF() const;
00054 
00056    virtual void setPulseWidth( DtFloat32 value );
00057    virtual DtFloat32 pulseWidth() const;
00058 
00060    virtual void setBurstLength( DtU32 value );
00061    virtual DtU32 burstLength() const;
00062 
00064    virtual void setApplicableModes( DtIffAtcNavaidsApplicableModes value );
00065    virtual DtIffAtcNavaidsApplicableModes applicableModes() const;
00066 
00068    virtual void print() const;
00069 
00070    virtual void printToStream(std::ostream& stream) const;
00071 
00073    virtual void unloadNetRecord( const DtNetIffAtcNavaidsParameter& record );
00074    virtual void loadNetRecord( DtNetIffAtcNavaidsParameter& record ) const;
00075 
00076 
00077 protected:
00078 
00080    DtFloat32  myERP;
00081    DtFloat32  myFrequency;
00082    DtFloat32  myPgRF;
00083    DtFloat32  myPulseWidth;
00084    DtU32      myBurstLength;
00085    DtU8       myApplicableModes;
00086 };
00087 
00088 DT_DLL_VL std::ostream & operator << (std::ostream &stream, const DtIffAtcNavaidsParameter &parameter);
00089 
00090 #endif   //! DtIffAtcNavaidsParameter_H_
00091 
00092 

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)