|
fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Serial port communication device. More...
#include <serial.h>
Data Fields | ||
| virtual | _Bool: 1 | |
If true, output is written to vfile. | ||
| _Bool | real: 1 | |
If true, output is written to rport. | ||
| _Bool | silenced: 1 | |
| If true, output is discarded. | ||
| union { | ||
| FILE * vfile | ||
| Virtual file handle. More... | ||
| struct sp_port * rport | ||
| Real serial port handle. More... | ||
| } | dev | |
| Device handle. | ||
Serial port communication device.
| virtual serialdev_s::_Bool |
If true, output is written to vfile.
| union { ... } serialdev_s::dev |
Device handle.
| _Bool serialdev_s::real |
If true, output is written to rport.
| struct sp_port* serialdev_s::rport |
Real serial port handle.
| _Bool serialdev_s::silenced |
If true, output is discarded.
| FILE* serialdev_s::vfile |
Virtual file handle.