VR-Forces 4.2 Class Documentation
disaggregatedWaitController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfmodel/waitCntlr.h"
15 #include "vrfutil/vlClock.h"
16 #include "vrfobjcore/simCmdRadio.h"
17 
18 class DtString;
19 class DtSimManager;
20 class DtTaskMessage;
21 class DtSimMessage;
22 class DtWaitingPSR;
23 
37 {
38 
39 public:
40 
44  DtVrfObject* owner,
45  DtSimManager* simManager,
46  DtComponentDescriptor* desc = 0,
47  DtReaderWriterRegistry* parentRegistry = 0);
48 
51 
54  virtual DtString type() const;
55 
59  static DtSimComponent * creator(const DtString& name,
60  DtVrfObject* owner,
61  DtSimManager* simManager,
62  DtComponentDescriptor* desc = 0,
63  DtReaderWriterRegistry* parentRegistry = 0);
64 
65 protected:
69 
72 
75 };
76 

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)