more defensive buffer handling
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-15 18:53:25 +02:00
parent 458929957d
commit 232372fd96
6 changed files with 19 additions and 14 deletions

View File

@ -244,6 +244,8 @@ class PlocSupvHelper : public SystemObject, public ExecutableObjectIF, public Ha
*/
uint32_t getFileSize(std::string filename);
ReturnValue_t handleEventBufferReception();
void resetSpParams();
};
#endif /* BSP_Q7S_DEVICES_PLOCSUPVHELPER_H_ */