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