VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legionSignalInteractionTranslator.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/events/radioSignalEncodedAudioEvent.hpp>
15 #include <legionStandardOM/events/radioSignalRawBinaryEvent.hpp>
16 #include <vrfutil/rwUUID.h>
17 
18 namespace makVrfEvents
19 {
20  class DtEvent;
21 }
22 
23 namespace makVrf
24 {
26  {
27  public:
30 
31  virtual void init(DtLegionNetworkInterface*);
32 
33  protected:
34  virtual void sendEvent(const makVrfEvents::DtEvent&, bool selfReflected);
35  virtual void processRadioBinaryEvents(const Legion::Span<LOM::RadioSignalRawBinaryEvent>& controlList);
36  virtual void processRadioBinaryEvent(const LOM::RadioSignalRawBinaryEvent& dataEvent);
37  virtual void processRadioAudioEvents(const Legion::Span<LOM::RadioSignalEncodedAudioEvent>& controlList);
38  virtual void processRadioAudioEvent(const LOM::RadioSignalEncodedAudioEvent& dataEvent);
39 
40  protected:
41  virtual DtUUID hostIdFromRadioTransmitter(Legion::GlobalIdentifier) const;
42 
43  protected:
46  };
47 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
unsigned int UInt32
Definition: stateDataTypes.h:18
#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
Contains the DtUUID class declaration.
Legion::UInt32 myRadioSignalEncodedAudioEventCbHandle
Definition: legionSignalInteractionTranslator.h:44
UInt64 GlobalIdentifier
Definition: legionOwnershipTransferManager.h:18
Definition: event.h:13
class DtLegionNetworkInterface:
Definition: legionNetworkInterface.h:53
Definition: legionSignalInteractionTranslator.h:25
Definition: legionEventTranslator.h:32
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
Legion::UInt32 myRadioSignalRawBinaryEventCbHandle
Definition: legionSignalInteractionTranslator.h:45

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)