#include <decoder.h>


Public Member Functions | |
| void | SetInformationReceiver (InformationReceiver *r) |
| virtual void | Receive (Ptr< PacketCombination > p)=0 |
Receives PacketCombinations and produces decoded information packets which are forwarded to the InformationReceiver
| virtual void Binc::Decoder::Receive | ( | Ptr< PacketCombination > | p | ) | [pure virtual] |
Add a new PacketCombination to the decoding process
Implemented in Binc::GaussianEliminationDecoder.
| void Binc::Decoder::SetInformationReceiver | ( | InformationReceiver * | r | ) |
Set the callback function that will be called whenever a new information packet is decoded
| c | the callback |
1.6.3