CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The internal representation of the attributes associated with a run-time parameter. More...
#include <vx_internal.h>
Public Attributes | |
vx_enum | directions [VX_INT_MAX_PARAMS] |
The array of directions. | |
vx_enum | types [VX_INT_MAX_PARAMS] |
The array of types. | |
vx_enum | states [VX_INT_MAX_PARAMS] |
The array of states. | |
vx_uint32 | num_parameters |
The number of items in both vx_signature_t::directions and vx_signature_t::types. | |
vx_meta_format | meta_formats [VX_INT_MAX_PARAMS] |
The array of meta_formats (if applicable) | |
The internal representation of the attributes associated with a run-time parameter.
vx_enum vx_signature_t::directions[VX_INT_MAX_PARAMS] |
The array of directions.
vx_meta_format vx_signature_t::meta_formats[VX_INT_MAX_PARAMS] |
The array of meta_formats (if applicable)
vx_uint32 vx_signature_t::num_parameters |
The number of items in both vx_signature_t::directions and vx_signature_t::types.
vx_enum vx_signature_t::states[VX_INT_MAX_PARAMS] |
The array of states.
vx_enum vx_signature_t::types[VX_INT_MAX_PARAMS] |
The array of types.