VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioShared
DtGlStudioAccessory.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtGlStudioAccessory.h,v $ $Revision: 1.5 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#ifndef DT_PROTOCOL_NAMESPACE
16
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
17
#endif
18
19
#ifndef DtGlStudioAccessory_H_
20
#define DtGlStudioAccessory_H_
21
22
#include <
vrvCore/DtBaseAccessory.h
>
23
24
25
26
namespace
makVrv
27
{
28
29
class
DtConnection;
30
31
namespace
DT_PROTOCOL_NAMESPACE
32
{
33
34
class
DtGlStudioVisualizer;
35
38
class
DT_DLL_VRVGLSTUDIOVRLINK
DtGlStudioAccessory
:
public
DtBaseAccessory
39
{
40
public
:
42
DtGlStudioAccessory
();
43
45
virtual
~
DtGlStudioAccessory
();
46
48
virtual
void
install(
DtDriver
* driver);
49
51
virtual
void
uninstall(
DtDriver
* baseConn);
52
54
virtual
bool
isCompatible(
DtDriver
* driver);
55
56
virtual
void
slot_onSimCreated(
DtConnection
* connection);
57
virtual
void
slot_onSimConnected(
DtConnection
* connection);
58
virtual
void
slot_onSimAboutToBeDisconnected(
DtConnection
* connection);
59
60
};
61
62
}
//DT_PROTOCOL_NAMESPACE::
63
64
}
//makVrv::
65
66
#endif
67
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)