#include "gxsm_app.h"#include "unit.h"#include "pcs.h"#include "xsmtypes.h"Go to the source code of this file.
Classes | |
| struct | MONITORLOGENTRY |
Defines | |
| #define | MAXCOLUMNS 10 |
Variables | |
| MONITORLOGENTRY | tabledef [] |
|
|
Definition at line 41 of file app_monitor.C. |
|
|
Initial value: {
{ "time stamp", 150, NULL },
{ "action", 100, NULL },
{ "comment", 200, NULL },
{ "value1", 100, NULL },
{ "value2", 100, NULL },
{ "value3", 100, NULL },
{ NULL, 0, NULL }
}
Definition at line 42 of file app_monitor.C. Referenced by MonitorControl::MonitorControl(). |
1.4.6