Packet RCFrame

File: src/linklayer/ethernet/RCFrame.msg

C++ definition

Represents a RC 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

Known subclasses:

Name Type Description
PCFrame packet

Represents a Protocol Control Frame (PCF)

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 RC frame
//
// @see CTFrame
//
// @author Till Steinbach
packet RCFrame extends CTFrame
{
    string displayString = "b=15,15,rect,black,orange,5";

}