CTG_StatData_t Struct Reference

CTG_StatData_t encapsulates a single StatId and value pair. More...

#include <ctgstats.h>

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

Definition at line 395 of file ctgstats.h.

◆ queryElementLen

Definition at line 397 of file ctgstats.h.

◆ queryElementPtr

Definition at line 396 of file ctgstats.h.

◆ queryElementRC

Definition at line 398 of file ctgstats.h.

◆ statIdLen

Definition at line 399 of file ctgstats.h.

◆ statIdPtr

Definition at line 400 of file ctgstats.h.

◆ statValueLen

Definition at line 401 of file ctgstats.h.

◆ statValuePtr

Definition at line 402 of file ctgstats.h.