0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

oda_handler

This commit is contained in:
2025-12-24 19:40:53 +01:00
parent b83a96d889
commit 77e281dbfc
6 changed files with 100 additions and 5 deletions

View File

@@ -263,4 +263,8 @@ function set_rds_udg2(xy, groups) end
---@param id integer
---@param id_data integer
---@return integer oda_id
function register_oda(group, group_version, id, id_data) end
function register_oda(group, group_version, id, id_data) end
---Sets a function to handle the ODA for the oda id we have specified when we get to group "" TODO: which one
---@param oda_id integer
---@param fun function
function set_oda_handler(oda_id, fun) end