IAnalogModel.ned

NED File src/inet/physicallayer/wireless/common/contract/packetlevel/IAnalogModel.ned

Name Type Description
IAnalogModel module interface

The analog model describes how the analog representation of the transmissions is turned into the analog representation of the receptions.

Source code

//
// Copyright (C) 2013 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.physicallayer.wireless.common.contract.packetlevel;

//
// The analog model describes how the analog representation of the transmissions
// is turned into the analog representation of the receptions.
//
moduleinterface IAnalogModel
{
    parameters:
        @display("i=block/tunnel");
}