NED File src/inet/linklayer/ieee80211/mac/coordinationfunction/Pcf.ned
Name | Type | Description |
---|---|---|
Pcf | compound module |
IEEE 802.11 Point Coordination Function |
Source code
// // Copyright (C) 2016 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.coordinationfunction; // // IEEE 802.11 Point Coordination Function // module Pcf { parameters: @class(Pcf); @display("i=block/queue"); }