Metric

Namespace inet::ospfv2

Metric

class

(no description)

Source code

class Metric
{
    @existingClass;
    @opaque;
    @byValue;
    @fromString(string2ulong($));
    @toString(ulong2string($));
    @defaultValue(0);
    @toValue((intval_t)$);
    @fromValue($.intValue());
}

File: src/inet/routing/ospfv2/router/Ospfv2Common.msg