Msg File src/inet/queueing/common/LabelsTag.msg
Name | Type | Description |
---|---|---|
LabelsTag | 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 LabelsTag extends TagBase { string labels[]; }