VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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
DtString
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
DtString
embarkableParent(
const
DtString
&
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
DtString
& to);
79
};
80
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)