Adaptive Framework
0.9.0
|
Struct for runtime objects. More...
#include <afw_runtime.h>
Data Fields | |
afw_object_t | pub |
void * | internal |
Struct for runtime objects.
Definition at line 174 of file afw_runtime.h.
void* internal |
Pointer to internal representation mapped by property_map.
Definition at line 179 of file afw_runtime.h.
afw_object_t pub |
pub->inf MUST point to afw_runtime_object_inf.
Definition at line 176 of file afw_runtime.h.