In file /home/eternity/Source/Mix/Linker/H/linker.h:

class PartialMessage

Partially received message

Inheritance:

PartialMessage


Public Fields

ChunkData** presentChunks
received chunks
Size messageSize
Info about complete message

Public Methods

PartialMessage::PartialMessage (Size msgSize, Size numOfChunks)
Partial message constructor

Documentation

Partially received message. Represents all the received chunks, size of complete message, total number of chunks.
ChunkData** presentChunks
received chunks

Size messageSize
Info about complete message

PartialMessage::PartialMessage(Size msgSize, Size numOfChunks)
Partial message constructor. Constricts an internal structure for linker that will hold all the chunks of a message.
Parameters:
msgSize - Total size of the original message
numOfChunks - Number of chunks into which the original message was split.
Author:
Venca
See Also:
PartialMessages, StoreChunk()


This class has no child classes.
Author:
Venca
See Also:
Linker, ChunkData, PartialMessage, PartialMessages

alphabetic index hierarchy of classes


generated by doc++