Packet IdealMacFrame

File: src/inet/linklayer/ideal/IdealMacFrame.msg

C++ definition

Packet for IdealMac. Packet size is configurable in the MAC layer.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
src MACAddress

source address

dest MACAddress

destination address

srcModuleId int

technical data, uses instead of sending back an ACK packet

Source code:

//
// Packet for ~IdealMac. Packet size is configurable
// in the MAC layer. 
//
packet IdealMacFrame
{
    MACAddress src;     // source address
    MACAddress dest;    // destination address
    int srcModuleId;    // technical data, uses instead of sending back an ACK packet
}