WSF
WsfXIO_PlatformListRequest.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_PLATFORMLISTREQUEST_HPP
13#define WSFXIO_PLATFORMLISTREQUEST_HPP
14
15#include "wsf_export.h"
16
17#include "UtCallbackHolder.hpp"
20
24{
25public:
27
28 void Initialized() override;
30
31private:
32 void HandleUpdate(WsfXIO_PlatformListUpdatePkt& aPkt);
33 UtCallbackHolder mCallbacks;
34};
35
36#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfXIO_Connection.hpp:37
virtual void HandlePlatformList(WsfXIO_PlatformListUpdatePkt &aPkt)=0
WsfXIO_PlatformListRequest(WsfXIO_Connection *aConnectionPtr)
Definition WsfXIO_PlatformListRequest.cpp:18
Definition WsfXIO_PacketRegistry.hpp:195
virtual void Initialized()=0
WsfXIO_Request(WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
Definition WsfXIO_Request.cpp:160
Copyrights Multiple, All Rights Reserved