VR-Forces 4.7 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
vrfmodel
disaggregatedOccupancyDirectorController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
12
#pragma once
13
14
#include "
vrfobjcore/singleTaskControllerComponent.h
"
15
16
class
DtEmbarkationSlotInformation
;
17
31
#include "
vrfmodel/vrfmodelDefines.h
"
32
class
DT_DLL_vrfmodel
DtDisaggregatedOccupancyDirectorController
:
public
DtSingleTaskControllerComponent
33
{
34
public
:
35
38
DtDisaggregatedOccupancyDirectorController
(
const
DtString
& name,
39
DtVrfObject
* owner,
40
DtSimManager
* simManager,
41
DtComponentDescriptor
* desc = 0,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
virtual
~
DtDisaggregatedOccupancyDirectorController
();
46
49
virtual
const
char
*
type
()
const
;
50
54
static
DtSimComponent
* creator(
const
DtString
& name,
55
DtVrfObject
* owner,
56
DtSimManager
* simManager,
57
DtComponentDescriptor
* desc = 0,
58
DtReaderWriterRegistry
* parentRegistry = 0);
59
60
public
:
61
static
void
requestEmbarkationInformationCallback(
DtSimMessage
* msg,
void
* usr);
62
virtual
void
processRequestEmbarkationInformation(
DtSimMessage
* msg);
63
64
virtual
bool
init
();
65
66
protected
:
70
virtual
DtUUID
embarkableParent(
const
DtUUID
&
object
)
const
;
71
73
static
void
disembarkObjectCallback(
DtSimMessage
* msg,
void
* usr);
76
virtual
void
processDisembarkObjectCallback(
DtSimMessage
* msg);
77
78
virtual
void
sendTask(
const
DtSimTask
&
task
,
const
DtUUID
& to);
79
};
80
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)