VR-Forces Developer's Guide
 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 
17 #include <vrfutil/rwUUID.h>
18 
20 
21 
22 
23 #include <boost/signals2.hpp>
24 #include <set>
25 
26 namespace makVrv
27 {
28  class DtDe;
29 }
30 
31 class DtSimMessage;
32 
33 namespace makVrf
34 {
38  {
39  public:
41  virtual ~DtEmbarkationSlotInformationRequestor() override;
42 
44 
45  virtual void requestSlotInformation(const DtUUID&, const DtEntityType& type = DtEntityType());
46  virtual void requestSlotInformation(const DtUUID&, const std::vector<DtEntityType>& types);
47 
48  boost::signals2::signal<void (const DtUUID&, const DtIfEmbarkationSlotInformationResponse::SlotInformationMap&)> signal_slotInformationReceived;
49 
50  protected:
51  virtual void processEmbarkationSlotResponse(DtSimMessage*);
52 
53  protected:
55  std::set<unsigned long> myWaitingFor;
56  };
57 }
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
std::set< unsigned long > myWaitingFor
Definition: embarkationSlotInformationRequestor.h:55
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtDe & myDe
Definition: embarkationSlotInformationRequestor.h:54
Contains makVrv::DtVirtualBaseClass class.
The class will request the slot for the specified entity type(s). If no types are given then all slot...
Definition: embarkationSlotInformationRequestor.h:37
boost::signals2::signal< void(const DtUUID &, const DtIfEmbarkationSlotInformationResponse::SlotInformationMap &)> signal_slotInformationReceived
Definition: embarkationSlotInformationRequestor.h:48
File: simMsg.h.
Definition: simMessage.h:35
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)