RateTag

RateTag

class

This tag can be attached to individual packets the specify the data rate and packet rate. The values are meaningful for a stream of packets which this packet is part of.

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.

Fields

Name Type Description
datarate bps
packetrate double

Source code

//
// This tag can be attached to individual packets the specify the data rate and
// packet rate. The values are meaningful for a stream of packets which this
// packet is part of.
//
class RateTag extends TagBase
{
    bps datarate;
    double packetrate;
}
File: src/inet/queueing/common/RateTag.msg