C Configuration Space and Tuning Library (CCS)
Loading...
Searching...
No Matches
Data Fields
ccs_value_u Union Reference

A union that represent a CCS datum value. More...

#include <base.h>

Data Fields

ccs_float_t f
 The floating point value of the union.
 
ccs_int_t i
 The integer value of the union.
 
const char * s
 The string value of the union.
 
ccs_object_t o
 The CCS object value of the union.
 

Detailed Description

A union that represent a CCS datum value.


The documentation for this union was generated from the following file: