TIOVX User Guide
|
Internal APIs for parameter operations.
Data Structures | |
struct | tivx_parameter_t |
Parameter object internal state. More... | |
Functions | |
vx_bool | ownIsValidDirection (vx_enum dir) |
This returns true if the direction is a valid enum. More... | |
vx_bool | ownIsValidTypeMatch (vx_enum expected, vx_enum supplied) |
This returns true if the supplied type matches the expected type with some fuzzy rules. | |
vx_bool | ownIsValidState (vx_enum state) |
This returns true if the supplied state is a valid enum. | |
This returns true if the direction is a valid enum.
[in] | dir | The vx_direction_e enum. |