GetCommands¶
-
virtual std::vector<PCommandBase> ICommandSequence::GetCommands() = 0¶
Gets the commands of the command sequence in same order as when the sequence was created.
- Returns
std::vector<PCommandBase> – Commands of command sequence.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.