WSF
WsfXIO_DrawRequest.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#ifndef WSFXIO_DRAWREQUEST_HPP
13#define WSFXIO_DRAWREQUEST_HPP
14
15#include "wsf_export.h"
16
17#include "WsfDraw.hpp"
19
23{
24public:
25 WsfXIO_DrawRequest(WsfXIO_Connection* aConnectionPtr, bool aIsReliable = true);
26 void Initialized() override;
27
28private:
29};
30#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfXIO_Connection.hpp:37
WsfXIO_DrawRequest(WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
Definition WsfXIO_DrawRequest.cpp:16
virtual void Initialized()=0
WsfXIO_Request(WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
Definition WsfXIO_Request.cpp:160
Copyrights Multiple, All Rights Reserved