class BusConsumer

Defined at line 36 of file ../../src/connectivity/network/testing/netemul/network-context/lib/consumer.h

Bus consumers are a data sink that may be fed with data that is

characterized by a sender.

BusConsumer acts as a proxy between a Consumer and a collection of Consumers.

BusConsumer will use the sender information to avoid feeding back the

sender's request into itself.

Public Methods

void Consume (const void * data, size_t len, const Consumer::Ptr & sender)
void ~BusConsumer ()

Defined at line 39 of file ../../src/connectivity/network/testing/netemul/network-context/lib/consumer.h