fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
q_s Struct Reference

Queue structure for managing playback requests. More...

#include <queue.h>

Collaboration diagram for q_s:

Data Fields

struct qentry_sentries
 Queue entries.
 
int size
 Number of entries in the queue.
 
int cap
 Capacity of the queue.
 

Detailed Description

Queue structure for managing playback requests.

Field Documentation

◆ cap

int q_s::cap

Capacity of the queue.

◆ entries

struct qentry_s* q_s::entries

Queue entries.

◆ size

int q_s::size

Number of entries in the queue.


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