Packet KBRTestMessage

File: src/applications/kbrtestapp/KBRTestMessage.msg

C++ definition

Author: Bernhard Heep

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.

Fields:

Name Type Description
id int

the message ID

seqNum int

the sequence number of the message

measurementPhase bool

if false, this msg doesn't count for statistics

visitedNodes IPvXAddress[]

Source code:

//
// @author Bernhard Heep
//
packet KBRTestMessage
{
    int id;                 // the message ID
    int seqNum;             // the sequence number of the message
    bool measurementPhase;  // if false, this msg doesn't count for statistics
    IPvXAddress visitedNodes[];
}