Ipv6ExtHeaderTagBase

Ipv6ExtHeaderTagBase

class

C++ definition

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

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.

Known subclasses

Name Type Description
Ipv6ExtHeaderInd class (no description)
Ipv6ExtHeaderReq class (no description)

Fields

Name Type Description
extensionHeader Ipv6ExtensionHeader[]

array of extension headers, subclassed from ~IPv6ExtensionHeader //TODO IPv6ExtensionHeadersTag

Source code

class Ipv6ExtHeaderTagBase extends TagBase
{
    Ipv6ExtensionHeader *extensionHeader[] @owned; // array of extension headers, subclassed from ~IPv6ExtensionHeader   //TODO IPv6ExtensionHeadersTag
}

File: src/inet/networklayer/ipv6/Ipv6ExtHeaderTag.msg