#include <testdefinitionparser.h>
Data Fields | |
| void(* | test_td )(td_td *) |
| void(* | test_td_end )() |
| void(* | test_hwiddetect )() |
| void(* | test_suite )(td_suite *) |
| void(* | test_suite_end )() |
| void(* | test_suite_description )(char *) |
| void(* | test_set )(td_set *) |
Callbacks for parser. Parser uses these to pass parsed data to caller.
Definition at line 44 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_hwiddetect)() |
callback for hw id detection
Definition at line 47 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_set)(td_set *) |
callback for set handler
Definition at line 53 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_suite)(td_suite *) |
callback for suite handler
Definition at line 48 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_suite_description)(char *) |
callback for suite description
Definition at line 50 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_suite_end)() |
callback for suite end handler
Definition at line 49 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_td)(td_td *) |
callback for testdefinition
Definition at line 45 of file testdefinitionparser.h.
| void(* td_parser_callbacks::test_td_end)() |
callback for testdefinition end
Definition at line 46 of file testdefinitionparser.h.
1.6.3