VR-Forces 4.2 Class Documentation
cntrlCmpnt.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfobjcore/simCmpnt.h"
15 #include <vlutil/vlString.h>
16 
17 class DtSimManager;
18 class DtSimBaseRadio;
19 class DtSimTask;
20 
29 {
30 public:
31 
37  DtControllerComponent(const DtString& name,
38  DtVrfObject* owner,
39  DtSimManager* simManager,
40  DtComponentDescriptor* desc = 0,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
44  virtual ~DtControllerComponent();
45 
48  virtual DtString type() const;
49 
51  virtual bool init();
52 
54  virtual DtSimBaseRadio* radio();
55 
59  virtual void taskNotify(const DtSimTask & task);
60 
63  virtual void clearTask();
64 
65 protected:
68 
71 
74 
75 protected:
76  virtual void setRadio(DtSimBaseRadio * radio);
77 
81 };
82 
83 

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)