In file /home/eternity/Source/Common/Sender/H/senderDispatcherThread.h:

class ArgsForDispatcherThread

Thread that dispatches message

Inheritance:

ArgsForDispatcherThread


Public

attributes
Sender* sender
Pointer to parent
GMessage* msg
Gmessage to send
methods
ArgsForDispatcherThread ()
Constructor
~ArgsForDispatcherThread ()
Destructor

Documentation

Thread that dispatches message. contains all args needed by function that is an argument in pthread_create and that takes care of transmitting one message to network.

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 sender->DispatchMsg() inside that function.

attributes

Sender* sender
Pointer to parent

GMessage* msg
Gmessage to send

methods

ArgsForDispatcherThread()
Constructor

~ArgsForDispatcherThread()
Destructor


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

alphabetic index hierarchy of classes


generated by doc++