Message TTBufferEmpty

File: src/buffer/TTBufferEmpty.msg

C++ definition

The message is sent by an empty TTBuffer instead of a time-triggered message, to inform the outgoing port that the reserved bandwidth may be used by other frames.

See also: TTQueueBuffer, TTBuffer,

Author: Till Steinbach

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

//
// The message is sent by an empty TTBuffer instead of a time-triggered message, to inform
// the outgoing port that the reserved bandwidth may be used by other frames.
//
// @see TTQueueBuffer, TTBuffer,
//
// @author Till Steinbach
message TTBufferEmpty
{
}