ApplicationPacket

ApplicationPacket

class

C++ definition

Generic application packet

TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
FieldsChunk class (no description)

Fields

Name Type Description
sequenceNumber uint32_t
id int
mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
regionTags SharingRegionTagSet::TagBaseRegionTag[]

Source code

//
// Generic application packet
//
// TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer
class ApplicationPacket extends FieldsChunk
{
    uint32_t sequenceNumber;
}
File: src/inet/applications/base/ApplicationPacket.msg