|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
| vx_node | vxFReadArrayNode (vx_graph graph, vx_char name[VX_MAX_FILE_NAME], vx_array array) |
| [Graph] Writes the source array to the file. | |
| vx_status | vxuFReadArray (vx_context context, vx_char name[VX_MAX_FILE_NAME], vx_array array) |
| [Immediate] Reads the source array from the file. | |
#include <vx_lib_debug.h>
[Graph] Writes the source array to the file.
| [in] | graph | The handle to the graph. |
| [in] | name | The name of the file. |
| [out] | array | The output array. |
| vx_status vxuFReadArray | ( | vx_context | context, |
| vx_char | name[VX_MAX_FILE_NAME], | ||
| vx_array | array ) |
#include <vx_lib_debug.h>
[Immediate] Reads the source array from the file.
| [in] | context | The handle to the context. |
| [in] | name | The name of the file. |
| [out] | array | The output array. |