WirelessC.ned

NED File tutorials/wireless/WirelessC.ned

Name Type Description
WirelessC network (no description)

Source code

//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.tutorials.wireless;

import inet.environment.common.PhysicalEnvironment;


network WirelessC extends WirelessB
{
    submodules:
        physicalEnvironment: PhysicalEnvironment {
            @display("p=580,425");
        }
}