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

The log of a graph. More...

#include <vx_helper.h>

Public Attributes

vx_int32 first
 
vx_int32 last
 
vx_uint32 count
 
vx_log_entry_t entries [VX_MAX_LOG_NUM_ENTRIES]
 The set of all log entries.
 

Detailed Description

The log of a graph.

Member Data Documentation

◆ count

vx_uint32 _vx_log_t::count

== VX_MAX_LOG_NUM_ENTRIES

◆ entries

The set of all log entries.

◆ first

vx_int32 _vx_log_t::first

Inclusive

◆ last

vx_int32 _vx_log_t::last

Exclusive