NED File modules/application/BurstApplLayerBattery.ned

Name Description
BurstApplLayerBattery (simple module) (no description)

Source code:


//
// Application layer extending the BurstApplLayer with power
// consumption support.
//
// @see BurstApplLayer
//
package org.mixim.modules.application;

simple BurstApplLayerBattery extends BurstApplLayer
{
    parameters:
        @class(BurstApplLayerBattery);
}