VR-Forces 4.7 Class Documentation
 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) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiExtender.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
10 
11 #pragma once
12 
15 
16 class CigiCompCtrlV3_3;
17 class CigiWaveCtrlV3;
18 class CigiBasePacket;
19 
23 namespace makVrv
24 {
26  {
27  public:
29  DtCigiExtender(DtCigiConnection& connection);
30 
33 
35  virtual void slot_componentControlReceived(const CigiCompCtrlV3_3&);
36 
38  virtual void slot_waveControlReceived(const CigiWaveCtrlV3&);
39 
42  virtual void slot_customPacketReceived(const CigiBasePacket&);
43 
44  protected:
47  };
48 }
49 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)