VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwChannelDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
8 #include "readerWriter/rwInt.h"
10 #include "readerWriter/rwBoolean.h"
12 
14 
15 #include "vrfutil/vrfutilDefines.h"
17 {
18 public:
20  parentRegistry = NULL, bool readonly = false);
22  parentRegistry = NULL, bool readonly = false);
23 
25  DtRwChannelDescriptor(const DtString& name, const DtRwChannelDescriptor& orig,
26  DtReaderWriterRegistry* parentRegistry = NULL);
28  DtReaderWriterRegistry* parentRegistry = NULL);
29 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36 
38  bool operator==(const DtRwChannelDescriptor& rhs) const;
39 
40  bool operator!=(const DtRwChannelDescriptor& rhs) { return !(*this == rhs); };
41 
43  virtual ~DtRwChannelDescriptor();
44 
45  virtual const char* readerWriterType() const;
46 
47  virtual DtString prettyPrint() const;
48 
49  virtual int notifyLevel() const;
50  virtual void setNotifyLevel(int nl);
51 
52  virtual DtString prefix() const;
53  virtual void setPrefix(const DtString& prefix);
54 
55  virtual bool enabled() const;
56  virtual void setEnabled(bool enabled);
57 
58 protected:
62 };
63 

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)