VR-Forces 4.2 Class Documentation
actCmpnt.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: actCmpnt.h,v $ $Revision: 1.25 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef actCmpnt_H_
16 #define actCmpnt_H_
17 
18 #include <vlutil/vlString.h>
20 #include "vrfobjcore/simCmpnt.h"
21 
22 class DtSimManager;
23 class DtSimBaseRadio;
24 
49 {
50 
51 protected:
57  DtActuatorComponent(const DtString& name,
58  DtVrfObject* owner,
59  DtSimManager* simManager,
60  DtComponentDescriptor* desc = 0,
61  DtReaderWriterRegistry* parentRegistry = 0);
62 
65 
68 
69 public:
71  virtual ~DtActuatorComponent();
72 
74  virtual bool init();
75 
77  virtual DtSimBaseRadio* radio();
78 
81  virtual bool tickWhileDestroyed() const;
82 
83 protected:
84 
85  virtual void setRadio(DtSimBaseRadio * radio);
86 
90 
91 protected:
92 
96 };
97 
98 #endif
99 

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)