proper module format
This commit is contained in:
parent
e3a4ed5363
commit
87de804a9e
@ -1,8 +1,12 @@
|
|||||||
local comms = require("scada-common.comms")
|
local comms = require("scada-common.comms")
|
||||||
|
|
||||||
|
local coordinator = {}
|
||||||
|
|
||||||
-- coordinator communications
|
-- coordinator communications
|
||||||
function coord_comms()
|
coordinator.coord_comms = function ()
|
||||||
local self = {
|
local self = {
|
||||||
reactor_struct_cache = nil
|
reactor_struct_cache = nil
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return coordinator
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user