VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfVrlSharedSource
vrfRemoteGraphicsProcessor.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfVrlSharedSource/vrfProtocol.h
>
13
#include <
vrvVrl/DtVrlinkEnvironmentalStateListener.h
>
14
#include <
vrvVrl/DtRemoteGraphicsProcessor.h
>
15
16
namespace
makVrf
17
{
18
namespace
VRF_PROTOCOL_NAMESPACE
19
{
24
class
VRF_PROTOCOL_EXPORT
DtVrfRemoteGraphicsProcessor
25
:
public
makVrv::DT_PROTOCOL_NAMESPACE::DtRemoteGraphicsProcessor
26
{
27
public
:
28
30
DtVrfRemoteGraphicsProcessor
(
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection
& connection);
31
33
virtual
~
DtVrfRemoteGraphicsProcessor
();
34
37
virtual
void
processNewEnvironmental(
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEnvironmentalStateListenerInterface
& listener);
38
41
virtual
void
processEnvironmentalDestruction(
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEnvironmentalStateListenerInterface
& listener);
42
};
43
}
44
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)