WSF
src
core
wsf_parser
source
WsfPM_Sensor.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_SENSOR_HPP
16
#define WSFPM_SENSOR_HPP
17
18
#include "wsf_parser_export.h"
19
20
#include "
WsfPM_ObjectMap.hpp
"
21
#include "
WsfPM_PlatformPart.hpp
"
22
23
class
WSF_PARSER_EXPORT
WsfPM_Sensor
:
public
WsfPM_PlatformPart
24
{
25
public
:
26
WsfPM_Sensor
();
27
WsfPM_Sensor
(
const
WsfPProxyNode
& aNode);
28
};
29
30
using
WsfPM_SensorMap
=
WsfPM_ObjectMapT<WsfPM_Sensor>
;
31
32
#endif
WsfPM_ObjectMap.hpp
WsfPM_PlatformPart.hpp
WsfPM_SensorMap
WsfPM_ObjectMapT< WsfPM_Sensor > WsfPM_SensorMap
Definition
WsfPM_Sensor.hpp:30
WsfPM_ObjectMapT
Definition
WsfPM_ObjectMap.hpp:88
WsfPM_PlatformPart::WsfPM_PlatformPart
WsfPM_PlatformPart()
Definition
WsfPM_PlatformPart.cpp:17
WsfPM_Sensor::WsfPM_Sensor
WsfPM_Sensor()
Definition
WsfPM_Sensor.cpp:17
WsfPProxyNode::WsfPProxyNode
WsfPProxyNode()
Definition
WsfPProxyNode.cpp:24
Copyrights Multiple, All Rights Reserved