struct tapi_parser_id
Overview
Structure describes the parser identificator More…
#include <tapi_serial_parse.h> struct tapi_parser_id { // fields char* ta; char* name; char* c_name; char* user; int port; int interval; };
Detailed Documentation
Structure describes the parser identificator
Fields
char* ta
Test agent name
char* name
The parser name
char* c_name
Serial console name
char* user
A user name for the conserver or NULL. In case if NULL is used, default value ‘tester’ will be assigned.
int port
Port of the conserver
int interval
Interval to poll data from the conserver. Use -1 for default value.