Msg File src/inet/common/TagBase.msg
Name | Type | Description |
---|---|---|
TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Source code
// // This program is property of its copyright holder. All rights reserved. // import inet.common.INETDefs; namespace inet; // // This is an abstract base class that should not be directly added to a message as a tag. // It is used as the base class of all tags, thus it doesn't have any fields. // class TagBase extends cObject { }