CMS 3D CMS Logo

IOSelectRequest.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_IOSELECT_REQUEST_H
00002 # define CLASSLIB_IOSELECT_REQUEST_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/IOTypes.h"
00007 # include "classlib/iobase/IOSelectCB.h"
00008 
00009 namespace lat {
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00022 struct IOSelectRequest
00023 {
00024     IOFD        fd;             //< The file descriptor
00025     IOChannel   *channel;       //< The source channel
00026     unsigned    mask;           //< Event interest selection mask
00027     IOSelectCB  cb;             //< Notification callback
00028 };
00029 
00030 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00031 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00032 
00033 } // namespace lat
00034 #endif // CLASSLIB_IOSELECT_REQUEST_H

Generated on Tue Jun 9 17:39:00 2009 for CMSSW by  doxygen 1.5.4