struct cmd_monitor_descr
Overview
Command monitor description More…
#include <tester_cmd_monitor.h> struct cmd_monitor_descr { // fields char name[TESTER_CMD_MONITOR_NAME_LEN]; char* command; int time_to_wait; bool enabled; bool run_monitor; char* ta; // methods TAILQ_ENTRY(cmd_monitor_descr); };
Detailed Documentation
Command monitor description
Fields
char name[TESTER_CMD_MONITOR_NAME_LEN]
Object name
char* command
Command to be monitored
int time_to_wait
Time to wait before executing command the next time
bool enabled
Whether command monitor is enabled or not
bool run_monitor
Whether we should run this monitor or not
char* ta
Name of test agent on which to run this monitor
Methods
TAILQ_ENTRY(cmd_monitor_descr)
Queue links