Message UWBIRMacPkt

File: modules/messages/UWBIRMacPkt.msg

C++ definition

(no description)

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:

MacPkt (packet)

A basic MAC (Media Access Control) packet format definition

Fields:

Name Type Description
destAddr long

destination mac address

srcAddr long

source mac address

sequenceId long

Sequence Number to detect duplicate messages

bitValues bool[]
nbSymbols int

Source code:

message UWBIRMacPkt extends MacPkt
{
    @customize(true);
    abstract bool bitValues[];
    int nbSymbols;
}