VR-Forces 4.0.4 Class Documentation
examples/exampleCigiExtension/DtCigiExtender.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtCigiExtender.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00010 
00011 #pragma once
00012 
00013 #include <vrvUtil/DtVirtualBaseClass.h>
00014 #include <vrvCigi/DtCigiConnection.h>
00015 
00016 class CigiCompCtrlV3_3;
00017 class CigiWaveCtrlV3;
00018 class CigiBasePacket;
00019 
00023 namespace makVrv
00024 {
00025    class DtCigiExtender : public DtVirtualBaseClass
00026    {
00027    public:
00029       DtCigiExtender(DtCigiConnection& connection);
00030 
00032       ~DtCigiExtender();
00033 
00035       virtual void slot_componentControlReceived(const CigiCompCtrlV3_3&);
00036 
00038       virtual void slot_waveControlReceived(const CigiWaveCtrlV3&);
00039 
00042       virtual void slot_customPacketReceived(const CigiBasePacket&);
00043 
00044    protected:
00046       DtCigiConnection& myConnection;
00047    };
00048 }
00049 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)