Represents a TT frame
See also: CTFrame
Author: Till Steinbach
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
CTFrame | packet |
Represents a critical traffic frame |
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 |
// // Represents a TT frame // // @see CTFrame // // @author Till Steinbach packet TTFrame extends CTFrame { string displayString = "b=15,15,rect,black,red,5"; }