VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
diGuyObjectPublisherDIS.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2016 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#pragma once
8
9
#include <
vl/objectPublisher.h
>
10
11
class
DtDIGuyObjectStateRepository
;
12
13
#if DtDIS
14
15
//In DIS there is no object publisher. but in order to keep the state rep creators the same
16
//We are including a dummy class that creates the state Rep.
17
class
DT_DLL_VL
DtDIGuyObjectPublisher
18
{
19
public
:
21
typedef
DtDIGuyObjectStateRepository
* (*DtStateRepCreator)();
22
23
public
:
25
static
DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
26
static
DtStateRepCreator stateRepCreator();
27
28
protected
:
29
static
DtStateRepCreator
theStateRepCreator
;
30
};
31
32
#endif
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)