(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
Dcf | compound module |
IEEE 802.11 Distributed Coordination Function |
Name | Type | Default value | Description |
---|---|---|---|
rateControlModule | string | ||
multicastFrameBitrate | double | -1bps | |
responseAckFrameBitrate | double | -1bps | |
responseCtsFrameBitrate | double | -1bps | |
dataFrameBitrate | double | -1bps |
fastest |
mgmtFrameBitrate | double | -1bps |
fastest |
controlFrameBitrate | double | -1bps |
Name | Value | Description |
---|---|---|
display | i=block/cogwheel |
simple RateSelection like IRateSelection { parameters: string rateControlModule; double multicastFrameBitrate @unit("bps") = default(-1bps); double responseAckFrameBitrate @unit("bps") = default(-1bps); double responseCtsFrameBitrate @unit("bps") = default(-1bps); double dataFrameBitrate @unit("bps") = default(-1bps); // fastest double mgmtFrameBitrate @unit("bps") = default(-1bps); // fastest double controlFrameBitrate @unit("bps") = default(-1bps); @display("i=block/cogwheel"); }