|
C Configuration Space and Tuning Library (CCS)
|
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. | |
A union that represent a CCS datum value.