SDL Visual Test
|
#include <SDL_visualtest_action_configparser.h>
Data Fields | |
SDLVisualTest_ActionType | type |
int | time |
union { | |
struct { | |
char * path | |
char * args | |
} process | |
} | extra |
Struct that defines an action that will be performed on the SUT process at a specific time.
union { ... } extra |
Any additional information needed to perform the action.
struct { ... } process |
The path and arguments to the process to be launched
int time |
The time, in milliseconds from the launch of the SUT, when the action will be performed
The type of action to be performed