fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Represents a list of frame data blocks. More...
#include <fd.h>
Data Fields | |
struct fd_node_s * | head |
First node in the list. | |
struct fd_node_s * | tail |
Last node in the list. | |
int | count |
Number of nodes in the list. | |
Represents a list of frame data blocks.
int fd_list_s::count |
Number of nodes in the list.
struct fd_node_s* fd_list_s::head |
First node in the list.
struct fd_node_s* fd_list_s::tail |
Last node in the list.