C++ TargetRTS
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RTEventReceptionInterface Class Referenceabstract

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>

Inheritance diagram for RTEventReceptionInterface:
RTEventReception RTEventReceptionMsg

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.
 

Detailed Description

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.

Member Function Documentation

◆ match()

virtual bool RTEventReceptionInterface::match ( const RTMessage )
pure virtual

Check if a received message matches the expectations on a received event as described in the concrete derived classes.

Parameters
[in]messagereceived by a capsule
Returns
true if the message matches, otherwise false

Implemented in RTEventReception, and RTEventReceptionMsg.


The documentation for this class was generated from the following file: