Status Struct Reference
#include <platformManagerTypes.h>
Public Attributes | |
int | numberOfRetries = 0 |
int | secondsRunning = 0 |
int | lastKicked = 0 |
int | deadline = 0 |
float | mtbf = -1 |
ProcessEvent | event = STOPPED |
Detailed Description
Struct with the process status information
Member Data Documentation
int deadline = 0 |
last time watchdog was kicked
ProcessEvent event = STOPPED |
Last process event
float mtbf = -1 |
deadline until watchdog is kicked mean time between failures of the process
int numberOfRetries = 0 |
number of resets of the process
int secondsRunning = 0 |
seconds since the process was launched