VR-Forces 4.1.1 Class Documentation
emitterPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: emitterPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEmitterPSR_H_
13 #define DtEmitterPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrfutil/rwBoolean.h"
17 
22 
25 {
26 public:
27 
29  DtEmitterPSR(DtVrfObject* vrfObject,
30  const DtString& rwName = DtString::nullString(),
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
34  DtEmitterPSR(const DtEmitterPSR& orig,
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
39  virtual ~DtEmitterPSR();
40 
42  DtEmitterPSR& operator=(const DtEmitterPSR& orig);
43 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0) const;
48 
51  virtual DtString type() const;
52 
54  virtual void setOn(bool on);
56  virtual bool on() const;
59  virtual bool onSpecified() const;
60 
61 public:
62 
64  static DtVrfProcessStateRepository* creator (const DtString& rwName,
65  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
66 
67 protected:
69 };
70 
71 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)