Message KBRTestMessage

File: Applications/KBRTestApp/KBRTestMessage.msg

C++ definition: click here

Author: Bernhard Heep

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. 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

visitedNodes IPvXAddress[]

Source code:

message KBRTestMessage
{
    fields:
	int id;		// the message ID
	int seqNum; 	// the sequence number of the message
	IPvXAddress visitedNodes[];
};