unit test for detection of missed reply when commanded externally

This commit is contained in:
2022-06-06 10:53:08 +02:00
parent 161dbde0d7
commit 4fba2704aa
4 changed files with 31 additions and 4 deletions

View File

@ -6,7 +6,8 @@
/**
* @brief The ComIFMock supports the simulation of various device communication error cases
* like incomplete or wrong replies and can be used to test the DeviceHandlerBase.
* like incomplete or wrong replies and can be used to test the
* DeviceHandlerBase.
*/
class ComIFMock : public DeviceCommunicationIF, public SystemObject {
public: