atmos_control
Vars | |
atmos_chambers | Which sensors/input/outlets do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name |
---|---|
control | Whether we can actually adjust the chambers or not. |
reconnecting | Whether we are allowed to reconnect. |
Procs | |
reconnect | Reconnect only works for station based chambers. |
set_frequency | The tag of the signal data should be the id_tag var of the atmos object. Format is chamber_role. Where chamber is the chamber name and role is one of "sensor", "in", and "out". |
Var Details
atmos_chambers
Which sensors/input/outlets do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name
control
Whether we can actually adjust the chambers or not.
reconnecting
Whether we are allowed to reconnect.
Proc Details
reconnect
Reconnect only works for station based chambers.
set_frequency
The tag of the signal data should be the id_tag var of the atmos object. Format is chamber_role. Where chamber is the chamber name and role is one of "sensor", "in", and "out".