#include <decoder.h>
Inherited by TestInformationReceiver.
Public Member Functions | |
virtual void | Receive (unsigned int id, Ptr< BitVector > payload)=0 |
This class defines the interface to receive the decoded information packets produced by a Decoder.
virtual void Binc::InformationReceiver::Receive | ( | unsigned int | id, | |
Ptr< BitVector > | payload | |||
) | [pure virtual] |
Receive a newly decoded information packet
id | the identifier of the information packet | |
payload | the payload of the information packet |