CTG_StatData_t Struct Reference
CTG_StatData_t encapsulates a single StatId and value pair. More...
#include <ctgstats.h>
Data Fields | |
char | eyecatcher [8] |
char * | queryElementPtr |
int | queryElementLen |
int | queryElementRC |
int | statIdLen |
char * | statIdPtr |
int | statValueLen |
char * | statValuePtr |
Detailed Description
CTG_StatData_t encapsulates a single StatId and value pair.
Each is represented by a length and a character pointer.
Definition at line 400 of file ctgstats.h.
Field Documentation
char eyecatcher[8] |
Definition at line 401 of file ctgstats.h.
int queryElementLen |
Definition at line 403 of file ctgstats.h.
char* queryElementPtr |
Definition at line 402 of file ctgstats.h.
int queryElementRC |
Definition at line 404 of file ctgstats.h.
int statIdLen |
Definition at line 405 of file ctgstats.h.
char* statIdPtr |
Definition at line 406 of file ctgstats.h.
int statValueLen |
Definition at line 407 of file ctgstats.h.
char* statValuePtr |
Definition at line 408 of file ctgstats.h.