ApskPhyHeader
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 |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
headerLengthField | b | |
payloadLengthField | b | |
crc | uint16_t | |
crcMode | CrcMode | |
payloadProtocol | Protocol |
specifies a protocol (internal class with an artificial identifier) |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class ApskPhyHeader extends FieldsChunk { chunkLength = B(6); b headerLengthField; b payloadLengthField; uint16_t crc = 0; CrcMode crcMode = CRC_MODE_UNDEFINED; const Protocol *payloadProtocol @toString("->str()") = nullptr; // specifies a protocol (internal class with an artificial identifier) }File: src/inet/physicallayer/apskradio/packetlevel/ApskPhyHeader.msg