VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiExtender.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
13 
15 
16 class CigiBaseCompCtrl;
17 class CigiBaseWaveCtrl;
18 class CigiBasePacket;
19 
23 namespace makVrv
24 {
26  {
27  public:
29  DtCigiExtender(DtCigiConnection& connection);
30 
33 
35  virtual void slot_componentControlReceived(CigiBaseCompCtrl&);
36 
38  virtual void slot_waveControlReceived( CigiBaseWaveCtrl&);
39 
42  virtual void slot_customPacketReceived(CigiBasePacket&);
43 
44  protected:
47 
49  };
50 }
51 
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtCigiConnection class.
virtual void slot_waveControlReceived(CigiBaseWaveCtrl &)
Receives a wave control and prints out some data.
virtual void slot_componentControlReceived(CigiBaseCompCtrl &)
Receives a component control and prints out some data.
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: DtCigiExtender.h:25
This class is responsible for the actual processing of CIGI data. This holds the entity visualizer...
Definition: DtCigiConnection.h:57
DtCigiConnection & myConnection
CIGI connection the driver is using.
Definition: DtCigiExtender.h:46
DtCigiExtender(DtCigiConnection &connection)
CTOR.
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtCigiExtender.h:48
virtual void slot_customPacketReceived(CigiBasePacket &)
Receives a custom CIGI Message. Will need to be casted to the correct type as the CigiBasePacket is r...

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)