PcpTagBase

PcpTagBase

class

C++ definition

This is an abstract base class that should not be directly added as a tag.

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
PcpInd class

This indication specifies the PCP that was used to receive the packet. It may be present on a packet from the mac protocol to the application.

PcpReq class

This request determines the PCP that should be used to send the packet. It may be present on a packet from the application to the mac protocol.

Fields

Name Type Description
pcp int

Source code

//
// This is an abstract base class that should not be directly added as a tag.
//
class PcpTagBase extends TagBase
{
    int pcp = -1;
}

File: src/inet/linklayer/common/PcpTag.msg