![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Methods for a control structure. More...
#include "control.h"
Public Member Functions | |
Control () | |
double | getLow () const |
double | getHigh () const |
double | getMinStep () const |
void | setLow (double value) |
void | setHigh (double value) |
void | setMinStep (double value) |
Methods for a control structure.
An control structure has the following fields:
This is a class that holds values corresponding to the fields in a control structure. It is meant to be used together with pvControl which allows values to be copied between an control structure and this class. This class should not be extended.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
set limitHigh
value | The new value. |
Definition at line 63 of file control.h.
|
inline |
set limitLow
value | The new value. |
Definition at line 58 of file control.h.
|
inline |
set minStep
value | The new value. |
Definition at line 68 of file control.h.