WSF
WsfPM_Transmitter.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFPM_TRANSMITTER_HPP
16#define WSFPM_TRANSMITTER_HPP
17
18#include "wsf_parser_export.h"
19
20#include "WsfPProxyNode.hpp"
21
22class UtAzElTable;
23class WsfPProxyIndex;
24
25class WSF_PARSER_EXPORT WsfPM_Transmitter : public WsfPProxyNode
26{
27public:
30 : WsfPProxyNode(aNode)
31 {
32 }
33
34 WsfProxy::Power* Power() const;
35 WsfProxy::Length* Wavelength() const;
36 WsfProxy::Frequency* Frequency() const;
37 WsfProxy::Frequency* Bandwidth() const;
38 std::string Polarization() const;
39 WsfProxy::Ratio* InternalLoss() const;
40 WsfProxy::Ratio* PulseCompressionRatio() const;
41 WsfProxy::Time* PulseWidth() const;
42};
43
44#endif
WsfPM_Transmitter(const WsfPProxyNode &aNode)
Definition WsfPM_Transmitter.hpp:29
WsfPM_Transmitter()
Definition WsfPM_Transmitter.hpp:28
Definition WsfPProxyIndex.hpp:96
WsfPProxyNode()
Definition WsfPProxyNode.cpp:24
NumericUnitaryValueT< UtTimeValue, WsfProxy::cTIME_VALUE > Time
Definition WsfPProxyBasicValues.hpp:415
NumericUnitaryValueT< UtRatioValue, WsfProxy::cRATIO_VALUE > Ratio
Definition WsfPProxyBasicValues.hpp:463
NumericUnitaryValueT< UtLengthValue, WsfProxy::cLENGTH_VALUE > Length
Definition WsfPProxyBasicValues.hpp:413
NumericUnitaryValueT< UtFrequencyValue, WsfProxy::cFREQUENCY_VALUE > Frequency
Definition WsfPProxyBasicValues.hpp:443
NumericUnitaryValueT< UtPowerValue, WsfProxy::cPOWER_VALUE > Power
Definition WsfPProxyBasicValues.hpp:421
Copyrights Multiple, All Rights Reserved