FlowTag.msg

Msg File src/inet/common/FlowTag.msg

Name Type Description
FlowTag class (no description)

Source code

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

import inet.common.INETDefs;
import inet.common.TagBase;

namespace inet;

class FlowTag extends TagBase
{
    string names[];
}