VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actuatorComponent.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 actuatorComponent_H_
16 #define actuatorComponent_H_
17 
18 #include <vlutil/vlString.h>
21 
22 class DtSimManager;
23 class DtSimRadio;
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 DtSimRadio* radio();
78 
81  virtual bool tickWhileDestroyed() const;
82 
83 protected:
84 
85  virtual void setRadio(DtSimRadio * radio);
86 
90 
91 protected:
92 
96 };
97 
98 #endif
99 

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)