BasebandChannelAdaptation2::MUpperDataReceiver Class Reference

class BasebandChannelAdaptation2::MUpperDataReceiver

The Class implemented by an upper component to accept inbound data travelling upwards from the lower component

Public Member Functions
void Process ( RCommsBufChain &)

Member Functions Documentation

Process(RCommsBufChain &)

void Process ( RCommsBufChain & aCommsBufChain ) [pure virtual]

This function is called whenever data has been received by MBca which should be processed by its client. The implementer takes ownership of the buffer and is responsible for its deletion.

Parameters

RCommsBufChain & aCommsBufChain - The list of comms buffers containing data to be processed. Destination keeps the custody of the buffer.