#include <monitor.h>
Inheritance diagram for Monitor:
Public Member Functions | |
Monitor (gchar *name=NULL) | |
virtual | ~Monitor () |
virtual void | run () |
virtual void | stop () |
virtual void | Messung (float val=0., gchar *txt=NULL) |
virtual void | LogEvent (gchar *Action, gchar *Entry) |
void | PutEvent (gchar *Action, gchar *Entry) |
gint | Load (gchar *fname) |
gint | Save (gchar *fname) |
gint | AppLine () |
gint | GetLine () |
void | SetLogName (char *name) |
Monitor (gchar *name=NULL) | |
virtual | ~Monitor () |
virtual void | run () |
virtual void | stop () |
virtual void | Messung (float val=0., gchar *txt=NULL) |
virtual void | LogEvent (gchar *Action, gchar *Entry) |
void | PutEvent (gchar *Action, gchar *Entry) |
gint | Load (gchar *fname) |
gint | Save (gchar *fname) |
gint | AppLine () |
gint | GetLine () |
void | SetLogName (char *name) |
Public Attributes | |
gchar * | Fields [MAXMONITORFIELDS] |
gchar * | Fields [MAXMONITORFIELDS] |
Protected Attributes | |
double | dt |
char * | logname |
char * | logname |
Definition at line 43 of file monitor.h.
|
Definition at line 35 of file monitor.C. References buf, DBG_L2, dt, Fields, LogEvent(), logname, MAXMONITORFIELDS, and XSM_DEBUG. |
|
|
|
|
|
|
|
|
|
Definition at line 138 of file monitor.C. References ERR_FILEWRITE, ERR_SORRY, Fields, and logname. |
|
|
|
|
|
|
|
|
|
Reimplemented in MonitorControl, and MonitorControl. |
|
Reimplemented in MonitorControl, and MonitorControl. Definition at line 115 of file monitor.C. References PutEvent(). Referenced by Monitor(). |
|
|
|
|
|
|
|
Definition at line 119 of file monitor.C. References Fields. Referenced by LogEvent(), and MonitorControl::LogEvent(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 63 of file monitor.C. References logname. |
|
|
|
|
|
Definition at line 66 of file monitor.h. Referenced by Monitor(). |
|
|
|
Definition at line 64 of file monitor.h. Referenced by AppLine(), MonitorControl::LogEvent(), Monitor(), PutEvent(), and ~Monitor(). |
|
|
|
Definition at line 67 of file monitor.h. Referenced by AppLine(), Monitor(), SetLogName(), and ~Monitor(). |