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

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

#include <fd.h>

Collaboration diagram for fd_node_s:

Data Fields

uint8_t * frame
 Frame data block.
 
struct fd_node_snext
 Next node in the list.
 

Detailed Description

Represents a node in a list of frame data blocks.

Field Documentation

◆ frame

uint8_t* fd_node_s::frame

Frame data block.

◆ next

struct fd_node_s* fd_node_s::next

Next node in the list.


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