#include <encoder.h>
Inherited by TestPacketCombinationSender.
Public Member Functions | |
| virtual void | Send (Ptr< const PacketCombination > codedPacket)=0 |
This class defines the interface to take the PacketCombination instances generated by an Encoder and sends them through the network.
| virtual void Binc::PacketCombinationSender::Send | ( | Ptr< const PacketCombination > | codedPacket | ) | [pure virtual] |
send a new coded packet generated by an encoder
| codedPacket | the coded packet |
1.6.3