class documentation
A class queue for JogCommands. This always returns the most recent command.
| Method | __init__ |
Set up a queue with a max size of 1. |
| Method | put |
Put the next command into the queue, bumping anything already there. |