Packet TTFrame

File: src/linklayer/ethernet/TTFrame.msg

C++ definition

Represents a TT frame

See also: CTFrame

Author: Till Steinbach

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
CTFrame packet

Represents a critical traffic frame

Fields:

Name Type Description
displayString string
ctID uint16_t
ctMarker uint32_t
dest MACAddress
src MACAddress
frameByteLength int

frame length without physical layer overhead (preamble, SFD, carrier extension); used by MAC layer

Source code:

//
// Represents a TT frame
//
// @see CTFrame
//
// @author Till Steinbach
packet TTFrame extends CTFrame
{
    string displayString = "b=15,15,rect,black,red,5";
}