VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
embarkationSlotInformationRequestor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrvUtil/signalslib.h>
17 #include <vrfutil/rwUUID.h>
18 
20 
21 #include <vrvCore/DtSimEntry.h>
22 #include <set>
23 
24 namespace makVrv
25 {
26  class DtDe;
27 }
28 
29 class DtSimMessage;
30 
31 namespace makVrf
32 {
36  {
37  public:
40 
42 
43  virtual void requestSlotInformation(const DtUUID&, const DtEntityType& type = DtEntityType());
44  virtual void requestSlotInformation(const DtUUID&, const std::vector<DtEntityType>& types);
45 
46  boost::signals2::signal<void (const DtUUID&, const DtIfEmbarkationSlotInformationResponse::SlotInformationMap&)> signal_slotInformationReceived;
47 
48  protected:
49  virtual void processEmbarkationSlotResponse(DtSimMessage*);
50 
51  protected:
53  std::set<unsigned long> myWaitingFor;
54  };
55 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Virtual base class.
Definition: DtVirtualBaseClass.h:22
std::set< unsigned long > myWaitingFor
Definition: embarkationSlotInformationRequestor.h:53
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtDe & myDe
Definition: embarkationSlotInformationRequestor.h:52
Contains makVrv::DtVirtualBaseClass class.
Contains makVrv::DtSimEntry class.
The class will request the slot for the specified entity type(s).
Definition: embarkationSlotInformationRequestor.h:35
boost::signals2::signal< void(const DtUUID &, const DtIfEmbarkationSlotInformationResponse::SlotInformationMap &)> signal_slotInformationReceived
Definition: embarkationSlotInformationRequestor.h:46
File: simMsg.h.
Definition: simMessage.h:35
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)