![]() |
reactor-c 1.0
C Runtime for Lingua Franca
|
Directories | |
| tracing | |
Files | |
| audio_loop.h | |
| Utility function for playing audio on Linux or MacOS. | |
| deque.h | |
| Implementation of a double-ended queue. | |
| generics.h | |
| This file provides macros for Generic Reactors in C-Target. | |
| sensor_simulator.h | |
| Simple terminal-based user interface based on ncurses. | |
| type_converter.h | |
| This file provides macro DO_CONVERT(fromType, toType, value). | |
| wave_file_reader.h | |
| Utility function for reading WAV audio files. | |
This directory contains source files for use by Lingua Franca programs using the C target. To use a file in this directory, specify a target property as follows:
This causes the lfc or LF IDE to copy the file into your project's src-gen directory. Hence, you can include the file in your C code as follows: