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

Represents a list of frame data blocks. More...

#include <fd.h>

Collaboration diagram for fd_list_s:

Data Fields

struct fd_node_shead
 First node in the list.
 
struct fd_node_stail
 Last node in the list.
 
int count
 Number of nodes in the list.
 

Detailed Description

Represents a list of frame data blocks.

Field Documentation

◆ count

int fd_list_s::count

Number of nodes in the list.

◆ head

struct fd_node_s* fd_list_s::head

First node in the list.

◆ tail

struct fd_node_s* fd_list_s::tail

Last node in the list.


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