WSF
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
22class WSF_PARSER_EXPORT WsfPM_PlatformPart : public WsfPProxyNode
23{
24public:
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
void setOn(bool on)
Definition WsfPM_PlatformPart.cpp:29
bool restorable()
Definition WsfPM_PlatformPart.cpp:44
void setOperational(bool operational)
Definition WsfPM_PlatformPart.cpp:39
bool on()
Definition WsfPM_PlatformPart.cpp:24
void setRestorable(bool restorable)
Definition WsfPM_PlatformPart.cpp:49
bool operational()
Definition WsfPM_PlatformPart.cpp:34
WsfPM_PlatformPart()
Definition WsfPM_PlatformPart.cpp:17
WsfPProxyNode()
Definition WsfPProxyNode.cpp:24
Copyrights Multiple, All Rights Reserved