NED File src/inet/linklayer/ieee80211/mac/contract/IRateControl.ned
Name | Type | Description |
---|---|---|
IRateControl | module interface |
Interface for auto rate control modules. |
Source code
// // Copyright (C) 2016 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.contract; // // Interface for auto rate control modules. // moduleinterface IRateControl { parameters: @display("i=block/cogwheel"); }