VR-Forces 4.10 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
vrvCore
DtSimEntryObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef DtSimEntryObject_H_
11
#define DtSimEntryObject_H_
12
13
#include <
vrvCore/vrvCore.h
>
14
#include <
vrvCore/DtDe.h
>
15
#include <
vrvCore/DtUniqueID.h
>
16
17
namespace
makVrv
18
{
22
class
DT_DLL_VRVCORE
DtSimEntryObject
23
{
24
25
public
:
26
28
DtSimEntryObject
(
DtDe
& de,
DtUniqueID
id
);
29
31
virtual
~
DtSimEntryObject
();
32
34
virtual
void
addEntry(
DtUniqueID
id
);
35
37
virtual
void
removeEntry(
DtUniqueID
id
);
38
40
virtual
void
signalEvent();
41
42
protected
:
43
44
DtDe
&
myDe
;
45
46
};
47
}
48
49
#endif
50
DtDe.h
Contains makVrv::DtDe class.
makVrv::DtSimEntryObject::myDe
DtDe & myDe
Definition:
DtSimEntryObject.h:44
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
makVrv::DtUniqueID
unsigned long long DtUniqueID
Definition:
DtUniqueID.h:19
makVrv::DtSimEntryObject
A DtSimEntryObject tells the DtSimData about new simulation objects and events.
Definition:
DtSimEntryObject.h:22
DtUniqueID.h
Contains makVrv::DtUniqueID type.
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)