TIOVX User Guide
|
Internal APIs for object operations.
Data Structures | |
struct | tivx_object_t |
Structure to hold all framework objects. More... | |
Functions | |
vx_reference | ownObjectAlloc (vx_enum reftype) |
Alloc memory for a reference of specified type. More... | |
vx_status | ownObjectFree (vx_reference ref) |
Free memory for a reference. More... | |
vx_status | ownObjectInit (void) |
Initialize object module. | |
vx_status | ownObjectDeInit (void) |
De-Initialize object module. | |
vx_reference ownObjectAlloc | ( | vx_enum | reftype | ) |
Alloc memory for a reference of specified type.
[in] | reftype | The reference type. See tivx_reftype_e |
vx_status ownObjectFree | ( | vx_reference | ref | ) |
Free memory for a reference.
[in] | ref | The reference. |