VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legionDataInteractionTranslator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <legionDataStore/dataTypes.h>
14 #include <legionStandardOM/controls/loadDataControl.hpp>
15 
16 namespace makVrfEvents
17 {
18  class DtEvent;
19 }
20 
21 namespace makVrf
22 {
24  {
25  public:
27  {
32  int sessionId;
33  int requestId;
36  unsigned long long sequenceNumber;
37  };
38 
39  public:
42 
43  virtual void init(DtLegionNetworkInterface*);
44 
45  protected:
46  virtual void sendEvent(const makVrfEvents::DtEvent&, bool selfReflected);
47  virtual void processDataControls(Legion::Span<LOM::LoadDataControl>& controlList);
48  virtual void processDataControl(const LOM::LoadDataControl& dataEvent);
49 
50  protected:
52  };
53 }
unsigned int UInt32
Definition: stateDataTypes.h:18
bool selfReflect
Definition: legionDataInteractionTranslator.h:28
Definition: legionDataInteractionTranslator.h:23
bool receiverIdIsLegionID
Definition: legionDataInteractionTranslator.h:35
Legion::UInt32 myDataEventCbHandle
Definition: legionDataInteractionTranslator.h:51
#define DT_DLL_legionNetworkInterface
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: legionNetworkInterfaceDefines.h:26
Definition: legionDataInteractionTranslator.h:26
unsigned long long sequenceNumber
Definition: legionDataInteractionTranslator.h:36
bool senderIdIsLegionID
Definition: legionDataInteractionTranslator.h:34
Definition: event.h:13
Legion::UInt64 senderId
Definition: legionDataInteractionTranslator.h:29
class DtLegionNetworkInterface:
Definition: legionNetworkInterface.h:53
unsigned long long UInt64
Definition: stateDataTypes.h:17
Legion::UInt64 receiverId
Definition: legionDataInteractionTranslator.h:30
Definition: legionEventTranslator.h:32
int requestId
Definition: legionDataInteractionTranslator.h:33
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
int sessionId
Definition: legionDataInteractionTranslator.h:32
int messageVersion
Definition: legionDataInteractionTranslator.h:31

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)