VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
controllerComponent.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 
15 #include <vlutil/vlString.h>
16 
17 class DtSimManager;
18 class DtSimRadio;
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 DtSimRadio* 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(DtSimRadio * radio);
77 
81 };
82 
83 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)