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 394 of file ctgstats.h.
Field Documentation
◆ eyecatcher
| char eyecatcher[8] |
Definition at line 395 of file ctgstats.h.
◆ queryElementLen
| int queryElementLen |
Definition at line 397 of file ctgstats.h.
◆ queryElementPtr
| char* queryElementPtr |
Definition at line 396 of file ctgstats.h.
◆ queryElementRC
| int queryElementRC |
Definition at line 398 of file ctgstats.h.
◆ statIdLen
| int statIdLen |
Definition at line 399 of file ctgstats.h.
◆ statIdPtr
| char* statIdPtr |
Definition at line 400 of file ctgstats.h.
◆ statValueLen
| int statValueLen |
Definition at line 401 of file ctgstats.h.
◆ statValuePtr
| char* statValuePtr |
Definition at line 402 of file ctgstats.h.