Skip to content

Commit 8575f63

Browse files
committed
formatting
1 parent 25d512d commit 8575f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/specific_iocs/cryogenics/cryosms/Cryogenic-SMS-PSU-design.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ quench.
3333
Attached to the driver is a queued state machine, implemented with a thread that
3434
decides when to pop events from a queue to an implementation of boost's meta state machine. This
3535
part 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
4040
a magnet quench. This needs to happen at IOC level because the PSU itself will happily quench
4141
the 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
160160
performed on the state machine. It is processed in a while loop on the `eventQueueThread`, which
161161
determines when to pop an event and push it to the state machine based on factors that vary by
162162
whichever 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

222222
Tells 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

Comments
 (0)