WSF
src
core
wsf_parser
source
WsfPM_PlatformPart.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_PLATFORMPART_HPP
16
#define WSFPM_PLATFORMPART_HPP
17
18
#include "wsf_parser_export.h"
19
20
#include "
WsfPProxyNode.hpp
"
21
22
class
WSF_PARSER_EXPORT
WsfPM_PlatformPart
:
public
WsfPProxyNode
23
{
24
public
:
25
WsfPM_PlatformPart
();
26
WsfPM_PlatformPart
(
const
WsfPProxyNode
& aNode);
27
28
bool
on
();
29
void
setOn
(
bool
on
);
30
31
bool
operational
();
32
void
setOperational
(
bool
operational
);
33
34
bool
restorable
();
35
void
setRestorable
(
bool
restorable
);
36
};
37
38
#endif
// WSFPM_PLATFORMPART_HPP
WsfPProxyNode.hpp
WsfPM_PlatformPart::setOn
void setOn(bool on)
Definition
WsfPM_PlatformPart.cpp:29
WsfPM_PlatformPart::restorable
bool restorable()
Definition
WsfPM_PlatformPart.cpp:44
WsfPM_PlatformPart::setOperational
void setOperational(bool operational)
Definition
WsfPM_PlatformPart.cpp:39
WsfPM_PlatformPart::on
bool on()
Definition
WsfPM_PlatformPart.cpp:24
WsfPM_PlatformPart::setRestorable
void setRestorable(bool restorable)
Definition
WsfPM_PlatformPart.cpp:49
WsfPM_PlatformPart::operational
bool operational()
Definition
WsfPM_PlatformPart.cpp:34
WsfPM_PlatformPart::WsfPM_PlatformPart
WsfPM_PlatformPart()
Definition
WsfPM_PlatformPart.cpp:17
WsfPProxyNode::WsfPProxyNode
WsfPProxyNode()
Definition
WsfPProxyNode.cpp:24
Copyrights Multiple, All Rights Reserved