Band

Namespace simu5g

Band

class

Logical band

Source code

/// Logical band
class Band
{
    @existingClass; // typedef unsigned short Band;
    @descriptor(false);
    @primitive;
    @castFunction(false);
    @fromString(string2int64($));
    @toString(int642string($));
    @defaultValue(0);
    @toValue((omnetpp::intval_t)($));
    @fromValue(omnetpp::checked_int_cast<int64_t>($.intValue()));
}

File: src/simu5g/common/LteCommon.msg