WSF
WsfPM_RadarSensor.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_RADARSENSOR_HPP
16#define WSFPM_RADARSENSOR_HPP
17
18#include "wsf_parser_export.h"
19
21#include "WsfPM_Sensor.hpp"
22
23class WSF_PARSER_EXPORT WsfPM_RadarSensor : public WsfPM_Sensor
24{
25public:
27 WsfPM_RadarSensor(const WsfPProxyNode& aNode);
28
31};
32
34
35#endif // WSFPM_RADARSENSOR_HPP
WsfPM_ObjectMapT< WsfPM_RadarSensorMode > WsfPM_RadarSensorModeMap
Definition WsfPM_RadarSensorMode.hpp:32
WsfPM_ObjectMapT< WsfPM_RadarSensor > WsfPM_RadarSensorMap
Definition WsfPM_RadarSensor.hpp:33
Definition WsfPM_ObjectMap.hpp:88
Definition WsfPM_RadarSensorMode.hpp:23
WsfPM_RadarSensorModeMap modes() const
Definition WsfPM_RadarSensor.cpp:29
WsfPM_RadarSensor()
Definition WsfPM_RadarSensor.cpp:17
WsfPM_RadarSensorMode modeTemplate() const
Definition WsfPM_RadarSensor.cpp:24
WsfPM_Sensor()
Definition WsfPM_Sensor.cpp:17
WsfPProxyNode()
Definition WsfPProxyNode.cpp:24
Copyrights Multiple, All Rights Reserved