VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrl
DtDistributedEnvironmentAccessory.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtDistributedEnvironmentAccessory.h,v $ $Revision: 1.1 $ $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
#include <
vrvCore/DtBaseAccessory.h
>
20
21
namespace
makVrv
22
{
23
class
DtConnection;
24
class
DtVrlinkConnection;
25
class
DtVrlinkDriver;
26
27
namespace
DT_PROTOCOL_NAMESPACE
28
{
33
class
DL_DLL_IGCONVRLINK
DtDistributedEnvironmentAccessory
:
public
DtBaseAccessory
34
{
35
public
:
37
DtDistributedEnvironmentAccessory
();
38
40
virtual
~
DtDistributedEnvironmentAccessory
();
41
43
virtual
void
install(
DtDriver
* driver);
44
46
virtual
void
uninstall(
DtDriver
* baseConn);
47
51
virtual
bool
isCompatible(
DtDriver
* driver);
52
53
protected
:
54
56
virtual
void
registerEnvironmentalEffectsListener(
DtConnection
* vrlCon);
57
59
virtual
void
slot_onSimCreated(
DtConnection
* connection);
60
62
virtual
void
slot_onSimConnected(
DtConnection
* connection);
63
65
virtual
void
slot_onSimAboutToBeDisconnected(
DtConnection
* connection);
66
67
protected
:
68
DtVrlinkDriver
*
myDriver
;
69
};
70
}
71
}
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
)