C++ Instrument Catalog
|
#include <Catalog.h>
Public Member Functions | |
CVariable () | |
CVariable (DataType InitialValue) | |
virtual | ~CVariable () |
Protected Member Functions | |
void | rWrite (const DataType &rNewValue) |
void | Write (const DataType NewValue) |
void | rRead (DataType &rReturnedValue) |
DataType | Read (void) |
void | Subscribe (CObserverNotifier_untyped &rNotifier, CObserver< DataType > &rObs) |
void | Unsubscribe (CObserverNotifier_untyped &rNotifier) |
Protected Attributes | |
DataType | m_Value |
CRecursiveMutex | m_Lock |
Friends | |
class | CControl< DataType > |
class | CObserver< DataType > |
|
inline |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
friend |
|
friend |
|
protected |
|
protected |