|
The Assimilation Monitoring Project
|
#include <nanoprobe.h>
Data Fields | |
| guint64 | heartbeat_count |
| guint | dead_count |
| guint | warntime_count |
| guint | comealive_count |
| guint | martian_count |
Definition at line 32 of file nanoprobe.h.
| guint _NanoHbStats::comealive_count |
Definition at line 36 of file nanoprobe.h.
Referenced by _real_comealive_agent(), and nano_shutdown().
| guint _NanoHbStats::dead_count |
Definition at line 34 of file nanoprobe.h.
Referenced by _real_deadtime_agent(), and nano_shutdown().
| guint64 _NanoHbStats::heartbeat_count |
Definition at line 33 of file nanoprobe.h.
Referenced by _real_heartbeat_agent(), nano_shutdown(), and timeout_agent().
| guint _NanoHbStats::martian_count |
Definition at line 37 of file nanoprobe.h.
Referenced by _real_martian_agent(), and nano_shutdown().
| guint _NanoHbStats::warntime_count |
Definition at line 35 of file nanoprobe.h.
Referenced by _real_warntime_agent(), and nano_shutdown().