MacCellId

Namespace simu5g

MacCellId

class

(no description)

Source code

class MacCellId
{
    @existingClass; // typedef MacNodeId MacCellId;
    @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