VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
63 private:
66 
69 
70 public:
72  virtual ~DtActuatorComponent();
73 
75  virtual bool init();
76 
78  virtual DtSimRadio* radio();
79 
82  virtual bool tickWhileDestroyed() const;
83 
84 protected:
85 
86  virtual void setRadio(DtSimRadio * radio);
87 
91 
92 protected:
93 
97 };
98 
99 #endif
100 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)