Added once again extended parameters to manager and sequence templates and reformatted

This commit is contained in:
Alejandro Saucedo 2020-08-29 16:03:01 +01:00
parent 2298159586
commit b9d210185b
8 changed files with 210 additions and 110 deletions

View file

@ -150,11 +150,15 @@ Sequence::eval()
return true;
}
bool Sequence::isRecording() {
bool
Sequence::isRecording()
{
return this->mRecording;
}
bool Sequence::isInit() {
bool
Sequence::isInit()
{
return this->mIsInit;
}