@@ -33,10 +33,10 @@ quench.
3333Attached to the driver is a queued state machine, implemented with a thread that
3434decides when to pop events from a queue to an implementation of boost's meta state machine. This
3535part of the system is mostly just to ensure all the reads, writes, waits, etc. happen
36- consistently and in the right order.
36+ consistently and in the right order.
3737
38- Safety is the number one concern of this system, and if there appears to be an overly
39- complicated implementation for something, chances are that if it wasn't there it could lead to
38+ Safety is the number one concern of this system, and if there appears to be an overly
39+ complicated implementation for something, chances are that if it wasn't there it could lead to
4040a magnet quench. This needs to happen at IOC level because the PSU itself will happily quench
4141the magnet if you give it the wrong commands.
4242
@@ -156,7 +156,7 @@ macro-defined timeout, the checks thread will automatically change everything ba
156156
157157## Event Queue
158158
159- The event queue is a double-ended queue which is used to queue up state transitions to be
159+ The event queue is a double-ended queue which is used to queue up state transitions to be
160160performed on the state machine. It is processed in a while loop on the ` eventQueueThread ` , which
161161determines when to pop an event and push it to the state machine based on factors that vary by
162162whichever state the state machine is currently in (for example, making sure the PSU is at a ramp
@@ -220,7 +220,7 @@ as the previously superconducting current rapidly changes to meet the current th
220220### Start
221221
222222Tells the driver to perform a ramp based on settings provided to other PVs. See [ Performing a
223- Ramp] (#performing-a-ramp
223+ Ramp] ( #performing-a-ramp )
224224
225225### Pause
226226
0 commit comments