In file /home/eternity/Source/Common/Receiver/H/receiverRequestThread.h:

class ArgsForRequestThread

Receiver arguments for thread

Inheritance:

ArgsForRequestThread


Public

attributes
Receiver* receiver
Pointer to parent
int sockIn
Socket to read from
methods
ArgsForRequestThread ()
Constructor
~ArgsForRequestThread ()
Destructor

Documentation

Receiver arguments for thread. Contains all args needed by thread that handles retrieval of one message from net. Description: We need a class below for arguments that we need pass to a function for phthread_create. We have to use an auxiliary function and then to call the receiver->RequestServant() inside that function.
attributes

Receiver* receiver
Pointer to parent

int sockIn
Socket to read from

methods

ArgsForRequestThread()
Constructor

~ArgsForRequestThread()
Destructor


This class has no child classes.
Author:
Pechy
See Also:
Receiver, Sender

alphabetic index hierarchy of classes


generated by doc++