CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
A log entry contains the graph reference, a status and a message.
vx_enum _vx_log_entry_t::active |
This indicates if the log entry is valid/active or not.
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.
vx_reference _vx_log_entry_t::reference |
The reference to which the message and status pertains.
vx_status _vx_log_entry_t::status |
The status code.