CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_signature_t Struct Reference

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)
 

Detailed Description

The internal representation of the attributes associated with a run-time parameter.

Member Data Documentation

◆ directions

vx_enum vx_signature_t::directions[VX_INT_MAX_PARAMS]

The array of directions.

◆ meta_formats

vx_meta_format vx_signature_t::meta_formats[VX_INT_MAX_PARAMS]

The array of meta_formats (if applicable)

◆ num_parameters

vx_uint32 vx_signature_t::num_parameters

The number of items in both vx_signature_t::directions and vx_signature_t::types.

◆ states

vx_enum vx_signature_t::states[VX_INT_MAX_PARAMS]

The array of states.

◆ types

vx_enum vx_signature_t::types[VX_INT_MAX_PARAMS]

The array of types.