ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
worker_sink_t Struct Reference

Sink state over the raw output descriptor. More...

Data Fields

int fd
 Open output descriptor.
bool failed
 Latched true on any write failure.

Detailed Description

Sink state over the raw output descriptor.

Definition at line 58 of file jof_worker.c.

Field Documentation

◆ failed

bool worker_sink_t::failed

Latched true on any write failure.

Definition at line 60 of file jof_worker.c.

Referenced by worker_produce_to_file(), and worker_sink().

◆ fd

int worker_sink_t::fd

Open output descriptor.

Definition at line 59 of file jof_worker.c.

Referenced by worker_sink().


The documentation for this struct was generated from the following file: