#include <hd.h>
Data Fields | |
struct hal_prop_s * | next |
hal_prop_type_t | type |
char * | key |
union { | |
char * str | |
int32_t int32 | |
uint64_t uint64 | |
double d | |
int b | |
str_list_t * list | |
} | val |
struct hal_prop_s* hal_prop_t::next [read] |
char* hal_prop_t::key |
char* hal_prop_t::str |
int32_t hal_prop_t::int32 |
uint64_t hal_prop_t::uint64 |
double hal_prop_t::d |
int hal_prop_t::b |
union { ... } hal_prop_t::val |