C++ Instrument Catalog
|
#include <Catalog.h>
Public Member Functions | |
CControl (CVariable< DataType > &rVariable) | |
virtual | ~CControl () |
void | RequestControl (const DataType NewValue) |
void | rRequestControl (const DataType &rNewValue) |
void | operator() (const DataType &rNewValue) |
void | operator= (const DataType &rNewValue) |
DataType | ReadCurrent (void) |
DataType | operator() () |
void | rReadCurrent (DataType &rReturnedValue) |
|
inline |
Definition at line 21 of file CatalogInterface.h.
|
inlinevirtual |
Definition at line 24 of file CatalogInterface.h.
|
inline |
Definition at line 50 of file CatalogInterface.h.
|
inline |
Definition at line 36 of file CatalogInterface.h.
|
inline |
Definition at line 40 of file CatalogInterface.h.
|
inline |
Definition at line 46 of file CatalogInterface.h.
|
inline |
Definition at line 28 of file CatalogInterface.h.
|
inline |
Definition at line 54 of file CatalogInterface.h.
|
inline |
Definition at line 32 of file CatalogInterface.h.