VR-Forces 5.0.2 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) 2019 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class CigiBaseCompCtrl;
15 class CigiBaseWaveCtrl;
16 class CigiBasePacket;
17 
21 namespace makVrv
22 {
24  {
25  public:
27  DtCigiExtender(DtCigiConnection& connection);
28 
31 
33  virtual void slot_componentControlReceived(CigiBaseCompCtrl&);
34 
36  virtual void slot_waveControlReceived( CigiBaseWaveCtrl&);
37 
40  virtual void slot_customPacketReceived(CigiBasePacket&);
41 
42  protected:
45  };
46 }
47 
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.
Definition: DtCigiExtender.h:23
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:44
DtCigiExtender(DtCigiConnection &connection)
CTOR.
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)