Public Member Functions | |
BehaviourImpl () | |
String | getDailyPrinter () |
void | setDailyPrinter (String newPrinter) |
boolean | isDailyPrinting () |
void | setDailyPrinting (boolean newDailyPrinting) |
boolean | isAlarmDistinguished () |
void | setAlarmDistinguished (boolean newAlarmDistinguished) |
boolean | isAlarmAutoTerminated () |
void | setAlarmAutoTerminated (boolean newAlarmAutoTerminated) |
boolean | isAlarmAutoKlaxon () |
void | setAlarmAutoKlaxon (boolean newAlarmAutoKlaxon) |
String | getKlaxonVolume () |
void | setKlaxonVolume (String newKlaxonVolume) |
String[] | getColumnsToDisplay () |
void | setColumnsToDisplay (String[] newColumnNames) |
String | toString () |
Private Attributes | |
String | dailyPrinter |
boolean | dailyPrinting |
boolean | alarmDistinguished |
boolean | alarmAutoTerminated |
boolean | alarmAutoKlaxon |
String | klaxonVolume |
String[] | columnsToDisplay |
|
|
|
Get the column names to be displayed.
Implements cern::laser::console::Behaviour.
|
|
Get the printer name for alarm daily printing.
Implements cern::laser::console::Behaviour.
|
|
Get the alarm klaxon volume.
Implements cern::laser::console::Behaviour.
|
|
Check the alarm auto klaxon flag.
Implements cern::laser::console::Behaviour.
|
|
Check the alarm auto terminate flag.
Implements cern::laser::console::Behaviour.
|
|
Check the alarm distinction flag.
Implements cern::laser::console::Behaviour.
|
|
Check the alarm daily printing flag.
Implements cern::laser::console::Behaviour.
|
|
Set the alarm auto klaxon flag.
Implements cern::laser::console::Behaviour.
|
|
Set the alarm auto terminate flag.
Implements cern::laser::console::Behaviour.
|
|
Set the alarm distinction flag.
Implements cern::laser::console::Behaviour.
|
|
Set newColumnNames
Implements cern::laser::console::Behaviour.
|
|
Set the printer name for alarm daily printing.
Implements cern::laser::console::Behaviour.
|
|
Set the alarm daily printing flag.
Implements cern::laser::console::Behaviour.
|
|
Set the alarm klaxon volume.
Implements cern::laser::console::Behaviour.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|