![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Methods for accessing an display structure. More...
#include "pvDisplay.h"
Public Member Functions | |
PVDisplay () | |
bool | attach (PVFieldPtr const &pvField) |
void | detach () |
bool | isAttached () |
void | get (Display &display) const |
bool | set (Display const &display) |
Methods for accessing an display structure.
A display structure has the following fields:
This class can be attached to a display structure field of any PVData object. The methods provide access to the fields in the attached structure, via an instance of class Display. This class should not be extended.
Definition at line 39 of file pvDisplay.h.
|
inline |
bool epics::pvData::PVDisplay::attach | ( | PVFieldPtr const & | pvField | ) |
Definition at line 26 of file pvDisplay.cpp.
void epics::pvData::PVDisplay::detach | ( | ) |
Detach for pvField.
Definition at line 55 of file pvDisplay.cpp.
void epics::pvData::PVDisplay::get | ( | Display & | display | ) | const |
copy the display structure values to Display
display | An instance of class Display |
If | not attached to a pvField. |
Definition at line 69 of file pvDisplay.cpp.
bool epics::pvData::PVDisplay::isAttached | ( | ) |
Is the PVDisplay attached to a pvField?
Definition at line 64 of file pvDisplay.cpp.
bool epics::pvData::PVDisplay::set | ( | Display const & | display | ) |
copy the values from Display to the display structure.
display | An instance of class Display |
If | not attached to a pvField. |
Definition at line 81 of file pvDisplay.cpp.