TTEthernet Model for INET Framework
|
Implements a standard ETHERAPP that sends and receives best-effort Ethernet frames. More...
#include <BGTrafficHandle.h>
Protected Member Functions | |
virtual void | initialize () |
In initialization the handle sends a register_DSAP message to register itself at the LLC. More... | |
virtual void | handleMessage (cMessage *msg) |
Messages are transferred between lower and upper layer. More... | |
Implements a standard ETHERAPP that sends and receives best-effort Ethernet frames.
To allow the sending of best-effort Ethernet frames through the TTEthernet API this BGTrafficHandle forwards messages.
Definition at line 30 of file BGTrafficHandle.h.
|
protectedvirtual |
Messages are transferred between lower and upper layer.
For outgoing messages Ssap and Dsap are set.
msg | incoming messages |
Definition at line 35 of file BGTrafficHandle.cc.
|
protectedvirtual |
In initialization the handle sends a register_DSAP message to register itself at the LLC.
Definition at line 25 of file BGTrafficHandle.cc.