|
INET Framework for OMNeT++/OMNEST
|
This class defines the interface for packet gates. More...
#include <IPacketGate.h>
Public Member Functions | |
| virtual bool | isOpen () const =0 |
| Returns true if the gate is open. More... | |
| virtual void | open ()=0 |
| Opens the gate and starts traffic go through. More... | |
| virtual void | close ()=0 |
| Closes the gate and stops traffic. More... | |
This class defines the interface for packet gates.
|
pure virtual |
Closes the gate and stops traffic.
Implemented in inet::queueing::PacketGateBase.
|
pure virtual |
Returns true if the gate is open.
Implemented in inet::queueing::PacketGateBase.
|
pure virtual |
Opens the gate and starts traffic go through.
Implemented in inet::queueing::PacketGateBase.