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

A log entry contains the graph reference, a status and a message. More...

#include <vx_helper.h>

Public Attributes

vx_status status
 The status code.
 
vx_reference reference
 The reference to which the message and status pertains.
 
vx_enum active
 This indicates if the log entry is valid/active or not.
 
char message [VX_MAX_LOG_MESSAGE_LEN]
 The message given to the log from OpenVX. This may be an empty string.
 

Detailed Description

A log entry contains the graph reference, a status and a message.

Member Data Documentation

◆ active

vx_enum _vx_log_entry_t::active

This indicates if the log entry is valid/active or not.

◆ message

char _vx_log_entry_t::message[VX_MAX_LOG_MESSAGE_LEN]

The message given to the log from OpenVX. This may be an empty string.

◆ reference

vx_reference _vx_log_entry_t::reference

The reference to which the message and status pertains.

◆ status

vx_status _vx_log_entry_t::status

The status code.