Namespace inet
StreamBufferChunk
class(no description)
Extends
Name | Type | Description |
---|---|---|
Chunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
startTime | simtime_t | |
datarate | bps | |
streamData | Chunk |
Packet operations (observed)
action | module |
---|---|
insertAt | EthernetCutthroughSource |
removeAt | EthernetCutthroughSink |
Source code
class StreamBufferChunk extends Chunk { @existingClass; @descriptor(readonly); simtime_t startTime; bps datarate; Chunk *streamData @getter(_getStreamData); }File: src/inet/common/packet/chunk/Chunk.msg