scexhelper
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Irini Kosmidou
2022-04-21 19:47:09 +02:00
parent 1d9fb354f7
commit 578899b5a5
6 changed files with 163 additions and 27 deletions

View File

@ -61,6 +61,7 @@ class UartTestClass : public TestTask {
std::array<uint8_t, 64> cmdBuf = {};
std::array<uint8_t, 524> recBuf = {};
ScexDleParser* dleParser;
scex::ScexCmds cmdHelper;
uint8_t recvCnt = 0;
};