TIOVX User Guide
|
Implementation of Parameter object. More...
Go to the source code of this file.
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. | |
Implementation of Parameter object.
Definition in file vx_parameter.h.