![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Methods for a display structure. More...
#include "display.h"
Public Member Functions | |
Display () | |
double | getLow () const |
double | getHigh () const |
void | setLow (double value) |
void | setHigh (double value) |
std::string | getDescription () const |
void | setDescription (std::string const &value) |
std::string | getFormat () const |
void | setFormat (std::string const &value) |
std::string | getUnits () const |
void | setUnits (std::string const &value) |
Methods for a display structure.
An display structure has the following fields:
This is a class that holds values corresponding to the fields in a display structure. It is meant to be used together with pvDisplay which allows values to be copied between an display structure and this class. This class should not be extended.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set description to a new value.
value | The value. |
Definition at line 77 of file display.h.
|
inline |
Set format to a new value.
value | The value. The rules for a valid syntax has not been specified. |
Definition at line 88 of file display.h.
|
inline |
Set limitHigh to a new value.
value | The value. |
Definition at line 67 of file display.h.
|
inline |
Set limitLow to a new value.
value | The value. |
Definition at line 62 of file display.h.
|
inline |
Set units to a new value.
value | The value. |
Definition at line 98 of file display.h.