GetSequences¶
-
virtual std::vector<PCommandSequence> ICommandQueue::GetSequences() = 0¶
Gets the command sequences in the command queue.
- Returns
std::vector<PCommandSequence> – Command sequences.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.