fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
File controller that wraps a stdlib file pointer and provides additional functionality for reading files, including thread-safe access. More...
#include <fc.h>
Data Fields | |
char * | fp |
Duplicate of filepath provided to FC_open . | |
FILE * | file |
File handle. | |
pthread_mutex_t | mutex |
Mutex for thread-safe file access. | |
File controller that wraps a stdlib file pointer and provides additional functionality for reading files, including thread-safe access.
FILE* FC::file |
File handle.
char* FC::fp |
Duplicate of filepath provided to FC_open
.
pthread_mutex_t FC::mutex |
Mutex for thread-safe file access.