10#ifndef __RTEventReceptionInterface_h__
11#define __RTEventReceptionInterface_h__ included
Abstract description of an event that is expected to be received by a capsule that uses the RTMultiRe...
Definition: RTEventReceptionInterface.h:24
virtual bool match(const RTMessage *)=0
Check if a received message matches the expectations on a received event as described in the concrete...
Represents a message used for communication between capsule instances.
Definition: RTMessage.h:33