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

The processor structure which contains the graph queue. More...

#include <vx_internal.h>

Public Attributes

vx_queue_t input
 
vx_queue_t output
 
vx_thread_t thread
 
vx_bool running
 

Detailed Description

The processor structure which contains the graph queue.

Member Data Documentation

◆ input

vx_queue_t vx_processor_t::input

◆ output

vx_queue_t vx_processor_t::output

◆ running

vx_bool vx_processor_t::running

◆ thread

vx_thread_t vx_processor_t::thread