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
managedInterface
utility.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
6
#pragma once
7
11
12
#include "
managedInterface/plugin.h
"
13
#include "
matrix/vlVector.h
"
14
15
#include <string>
16
#include <list>
17
18
class
DtExerciseConn
;
19
class
DtClock
;
20
class
DtReflectedEntity
;
21
class
DtReflectedEntityList
;
22
class
DtEntityPublisher
;
23
class
DtTaitBryan
;
24
26
//{@
27
MANAGEDINTERFACE_DLL
extern
const
char
*
EXERCISE_CONNECTION_NAME
;
28
MANAGEDINTERFACE_DLL
extern
const
char
*
CLOCK_NAME
;
29
MANAGEDINTERFACE_DLL
extern
const
char
*
REFLECTED_ENTITY_LIST_NAME
;
30
MANAGEDINTERFACE_DLL
extern
const
char
*
ENTITY_PUBLISHER_LIST_NAME
;
31
MANAGEDINTERFACE_DLL
extern
const
char
*
RECEIVER_PUBLISHER_LIST
;
32
MANAGEDINTERFACE_DLL
extern
const
char
*
REFLECTED_RECEIVER_LIST
;
33
MANAGEDINTERFACE_DLL
extern
const
char
*
REFLECTED_TRANSMITTER_LIST
;
34
MANAGEDINTERFACE_DLL
extern
const
char
*
TRANSMITTER_PUBLISHER_LIST
;
36
38
//{@
39
MANAGEDINTERFACE_DLL
DtExerciseConn
*
findExConnResource
();
40
MANAGEDINTERFACE_DLL
void
setExConnResource
(
DtExerciseConn
* conn);
41
43
MANAGEDINTERFACE_DLL
DtReflectedEntity
*
findReflectedEntityResource
(std::string
id
);
44
MANAGEDINTERFACE_DLL
void
setReflectedEntityResource
(std::string
id
,
DtReflectedEntity
* ent);
45
47
MANAGEDINTERFACE_DLL
DtEntityPublisher
*
findEntityPublisherResource
(std::string
id
);
48
MANAGEDINTERFACE_DLL
void
setEntityPublisherResource
(std::string
id
,
DtEntityPublisher
* pub);
49
50
MANAGEDINTERFACE_DLL
DtClock
*
findClockResource
();
51
MANAGEDINTERFACE_DLL
void
setClockResource
(
DtClock
* clock);
52
53
MANAGEDINTERFACE_DLL
DtReflectedEntityList
*
findReflectedEntityListResource
();
54
MANAGEDINTERFACE_DLL
void
setReflectedEntityListResource
(
DtReflectedEntityList
* rel);
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)