![]() |
SSP21-CPP
|
#include <ssp21/stack/IStack.h>
Public Member Functions | |
virtual ILowerLayer & | get_lower ()=0 |
Retrieve the ILowerLayer of the stack. More... | |
virtual IUpperLayer & | get_upper ()=0 |
Retrieve the IUpperLayer of the stack. More... | |
virtual void | bind (ILowerLayer &lower, IUpperLayer &upper)=0 |
Bind the user layers to the protocol stack. More... | |
A stack provides both lower/upper layers and can be bound to provided lower/upper layers
|
pure virtual |
Retrieve the ILowerLayer of the stack.
The user IUpperLayer should interact with this layer.
|
pure virtual |
Retrieve the IUpperLayer of the stack.
The user ILowerLayer should interact with this layer.
|
pure virtual |
Bind the user layers to the protocol stack.
lower | Lower layer to bind |
upper | Upper layer to bind |