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

@@ -27,6 +27,7 @@ local remove = table.remove
-- create a new message queue
---@nodiscard
function mqueue.new()
---@type queue_item[]
local queue = {}
---@class mqueue