|
Open Model Railroad Network (OpenMRN)
|
Interface for a downstream port of a hub (aka a target to send data to). More...
#include <DirectHub.hxx>
Public Member Functions | |
| virtual void | send (MessageAccessor< T > *msg)=0 |
| Send some data out on this port. | |
Interface for a downstream port of a hub (aka a target to send data to).
Definition at line 154 of file DirectHub.hxx.
|
pure virtual |
Send some data out on this port.
The callee is responsible for buffering or enqueueing the data that came in this call.
| msg | represents the message that needs to be sent. The callee must not modify the message. |