OpenRTX/openrtx/include/core
vk7js 39cbfbe66f Added a function which will look up a string in our string table and, if found, returns its offset and use it in order to locate the equivalent voice prompt.
Added logic to see if the current menu index has changed.
Added a function to speak the current menu item and its value if the menu index changes.
2022-10-28 08:30:46 +02:00
..
audio_codec.h Implemented reference counting inside codec2 management module, allowing for multiple calls of codec_init() 2022-10-28 08:30:46 +02:00
backup.h Simple utility functions for backup and restore of external flash memory content 2022-03-22 13:39:08 +01:00
battery.h Updated copyright headers 2022-06-02 09:56:05 +02:00
chan.h Updated copyright headers 2022-06-02 09:56:05 +02:00
cps.h Implement codeplug read and write functions 2022-06-01 16:05:35 +02:00
crc.h Implementation of CCITT CRC16 2022-03-05 11:08:31 +01:00
data_conversion.h Data conversion utilities 2022-05-27 21:48:47 +02:00
datatypes.h Updated copyright headers 2022-06-02 09:56:05 +02:00
datetime.h Reorganised data structures and functions to manage date and time 2022-07-02 10:28:28 +02:00
dsp.h Moved code of compensating filter for MDx PWM-based DAC to a dedicated class. 2022-08-28 12:17:04 +02:00
event.h Moved the UI event queue inside the UI engine itself, UI FSM update now becomes a periodic task 2022-07-02 10:28:28 +02:00
fir.hpp Moved FIR filter class to a dedicated header file 2022-07-09 18:07:42 +02:00
gps.h Small reorganization of threads and tasks 2022-09-08 09:11:00 +02:00
graphics.h Reorganised graphics module and moved graphics.h from interfaces to core folder 2022-07-18 21:30:43 +02:00
input.h Refactored keyboard thread by moving the keypad scan logic to a dedicated function inside input.h 2022-07-02 10:28:28 +02:00
memory_profiling.h Updated copyright headers 2022-06-02 09:56:05 +02:00
openrtx.h Moved OpenRTX startup code from main.c to dedicated openrtx_init() and openrtx_run() functions in a separate source file. 2022-06-02 10:01:34 +02:00
queue.h Updated copyright headers 2022-06-02 09:56:05 +02:00
ringbuf.hpp Changed file extension of all C++ only header files from .h to .hpp 2022-07-09 18:22:36 +02:00
settings.h Moved mutex for concurrent access to radio state inside state.h/.c, minimized the time spent with state mutex locked when updating the GPS data fields 2022-07-02 10:47:19 +02:00
state.h Small reorganization of threads and tasks 2022-09-08 09:11:00 +02:00
threads.h Reorganised system initialisation sequence, improved reactivity of UI and device threads 2022-07-02 10:47:19 +02:00
ui.h Changed the granularity of VFO frequency input mode from tens to hundreds: this reduces the number of digits to be inserted to seven and avoids the line to overflow towards the bottom 2022-09-02 07:54:32 +02:00
utils.h Implement new codeplug interface 2022-06-01 15:59:27 +02:00
voicePromptUtils.h Added a function which will look up a string in our string table and, if found, returns its offset and use it in order to locate the equivalent voice prompt. 2022-10-28 08:30:46 +02:00
voicePrompts.h Make VFO accessible through voice prompts 2022-10-28 08:30:46 +02:00
xmodem.h Implemented activation of external flash backup and restore via menu entries 2022-03-22 15:10:52 +01:00