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

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.
 

Detailed Description

File controller that wraps a stdlib file pointer and provides additional functionality for reading files, including thread-safe access.

Field Documentation

◆ file

FILE* FC::file

File handle.

◆ fp

char* FC::fp

Duplicate of filepath provided to FC_open.

◆ mutex

pthread_mutex_t FC::mutex

Mutex for thread-safe file access.


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