some fixes and updates for RW poling
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-02-16 14:32:23 +01:00
parent 39f83937c5
commit bc2a0d875f
2 changed files with 16 additions and 10 deletions

View File

@ -44,6 +44,7 @@ class RwPollingTask : public SystemObject, public ExecutableObjectIF, public Dev
MutexIF* spiLock;
const char* spiDev;
SpiComIF* spiIF;
std::array<bool, 4> skipCommandingForRw;
std::array<RwCookie*, 4> rwCookies;
std::array<uint8_t, rws::MAX_CMD_SIZE> writeBuffer;
std::array<uint8_t, rws::MAX_CMD_SIZE * 2> encodedBuffer;