/tg/ Station 13 - Modules - TypesVar Details - Proc Details

atmos_control

GENERAL AIR CONTROL (a.k.a atmos computer)

Vars

atmos_chambersWhich sensors do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name
connected_sensorslist of all sensors[key is chamber id, value is id of air sensor linked to this chamber] monitered by this computer
controlWhether we can actually adjust the chambers or not.
last_chamber_idOUur last reconnected chamber
reconnectingWhether we are allowed to reconnect.

Procs

reconnectReconnect only works for station based chambers.
scanScans the z level for new air sensors & monitors

Var Details

atmos_chambers

Which sensors do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name

connected_sensors

list of all sensors[key is chamber id, value is id of air sensor linked to this chamber] monitered by this computer

control

Whether we can actually adjust the chambers or not.

last_chamber_id

OUur last reconnected chamber

reconnecting

Whether we are allowed to reconnect.

Proc Details

reconnect

Reconnect only works for station based chambers.

scan

Scans the z level for new air sensors & monitors