VR-Forces 4.1 Class Documentation
swingingPartActuatorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: swingingPartActuatorPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef swingingPartActuatorPSR_H_
10 #define swingingPartActuatorPSR_H_
11 
14 
15 
16 #include "vrfobjcore/processSR.h"
17 #include "vrfutil/rwReal.h"
19 
21 class DtEntityIdentifier;
22 
24 {
25 public:
26 
29  const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtSwingingPartActuatorPSR();
39 
42 
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
49  virtual DtString type() const;
50 
53  virtual double partPosition() const;
54  virtual void setPartPosition(double value);
56 
58  static DtVrfProcessStateRepository* creator (const DtString& rwName,
59  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
60 
61 protected:
64 };
65 
66 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)