scada-common annotation updates

This commit is contained in:
Mikayla
2024-09-12 17:47:12 +00:00
parent fb56634fc4
commit 3003e57531
10 changed files with 89 additions and 65 deletions

View File

@@ -6,9 +6,10 @@ local util = require("scada-common.util")
local psil = {}
-- instantiate a new PSI layer
-- instantiate a new interconnect layer
---@nodiscard
function psil.create()
---@type { [string]: { subscribers: { notify: fun(param: any) }[], value: any } } interconnect table
local ic = {}
-- allocate a new interconnect field