VR-Forces 4.2 Class Documentation
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 
15 
17 
33 {
34 public:
35 
39  DtVrfObject* owner,
40  DtSimManager* simManager,
41  DtComponentDescriptor* desc = 0,
42  DtReaderWriterRegistry* parentRegistry = 0);
43 
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)