Package ttethernet.linklayer

Name Type Description
BGTrafficHandle simple module

TODO auto-generated module

IPort module interface

Interface of TTEthernet ports. A port is a virtual instance that can receive critical traffic through its gates.

TTEInput simple module

Module for incoming traffic from MAC layer. The traffic is checked for critical traffic ID and then forwarded either as best-effort traffic to the upper layer or when critical traffic to the CTC module (via sendDirect).

TTEOutput simple module

Module for outgoing traffic to MAC layer. The module maintains the adherence of priorities for all traffic classes.

TTEPHYPort compound module

The TTEPHYPort is a compund module that contains the TTEOutput, TTEInput and MAC (EtherMACFullDuplex) It represents a physical port for a TTEthernet device (Switch or Host)