Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ComArgs Struct Reference

Arguments for the Communication Threads. More...

#include <communication.h>

List of all members.

Public Attributes

int socket
 the socket it shall read/write from/to. More...

Bufferbuffer
 the buffer it reads/writes from/to. More...


Detailed Description

Arguments for the Communication Threads.

Author(s):
StonedBones , xandi

Definition at line 13 of file communication.h.

00013 {
00014     int     socket; 
00015     Buffer* buffer; 
00016 }

Member Data Documentation

Buffer * ComArgs::buffer

the buffer it reads/writes from/to.

Definition at line 15 of file communication.h.

int ComArgs::socket

the socket it shall read/write from/to.

Definition at line 14 of file communication.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000