#74 supervisor-coordinator comms establish

This commit is contained in:
Mikayla Fischler
2022-07-07 00:34:42 -04:00
parent 39672fedb4
commit ea17ba41fe
11 changed files with 379 additions and 64 deletions

View File

@@ -3,8 +3,6 @@
--
local core = require("graphics.core")
local log = require("scada-common.log")
local util = require("scada-common.util")
local element = {}
@@ -31,9 +29,6 @@ function element.new(args)
bounds = { x1 = 1, y1 = 1, x2 = 1, y2 = 1}
}
---@fixme remove debug
log.dmesg("new " .. self.elem_type)
local protected = {
window = nil, ---@type table
fg_bg = core.graphics.cpair(colors.white, colors.black),