more code added special request handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

to be tested
This commit is contained in:
2023-02-20 11:47:26 +01:00
parent 2bacf1efa0
commit 2b38fe19af
3 changed files with 34 additions and 23 deletions

View File

@ -115,6 +115,8 @@ class ImtqHandler : public DeviceHandlerBase {
uint8_t commandBuffer[imtq::MAX_COMMAND_SIZE];
bool goToNormalMode = false;
bool debugMode = false;
bool specialRequestActive = false;
bool firstReplyCycle = true;
imtq::RequestType requestStep = imtq::RequestType::MEASURE_WITH_ACTUATION;