C++ TargetRTS
|
Abstract description of an event that is expected to be received by a capsule that uses the RTMultiReceive utility for keeping track of multiple received events. More...
#include <RTEventReceptionInterface.h>
Public Member Functions | |
virtual bool | match (const RTMessage *)=0 |
Check if a received message matches the expectations on a received event as described in the concrete derived classes. | |
Abstract description of an event that is expected to be received by a capsule that uses the RTMultiReceive utility for keeping track of multiple received events.
|
pure virtual |
Check if a received message matches the expectations on a received event as described in the concrete derived classes.
[in] | message | received by a capsule |
Implemented in RTEventReception, and RTEventReceptionMsg.