Chunk
class(no description)
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 |
---|---|---|
cObject | (unknown -- not in documented files) |
Known subclasses
Name | Type | Description |
---|---|---|
BitCountChunk | class | (no description) |
BitsChunk | class | (no description) |
ByteCountChunk | class | (no description) |
BytesChunk | class | (no description) |
cPacketChunk | class | (no description) |
FieldsChunk | class | (no description) |
SequenceChunk | class | (no description) |
SliceChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class Chunk extends cObject { @packetData; @existingClass; @beforeChange(handleChange()); @descriptor(readonly); bool mutable @packetData(false) @getter("isMutable"); bool complete @packetData(false) @getter("isComplete"); bool correct @packetData(false) @getter("isCorrect"); bool properlyRepresented @packetData(false) @getter("isProperlyRepresented"); b chunkLength @packetData(false); string rawBin[] @label("raw bin ") @getter("getBinDumpLine") @sizeGetter("getBinDumpNumLines"); string rawHex[] @label("raw hex ") @getter("getHexDumpLine") @sizeGetter("getHexDumpNumLines"); RegionTagSet::cObjectRegionTag tags[] @packetData(false); }File: src/inet/common/packet/chunk/Chunk.msg