GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-10-11

Constituent: pbs     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

RW_tmr.h.px-xxx-xxx File Reference

The POSIX platform dependent Resource Wait timer include file. More...

#include "PBS/WUT.h"

Include dependency graph for RW_tmr.h.px-xxx-xxx:


Data Structures

struct  _RW_tmr
 POSIX platform dependent version of a Resource Wait timer handle. More...

Typedefs

typedef enum _RW_state_internal RW_state_internal
 Typedef for enum _RW_state_internal.

Enumerations

enum  _RW_state_internal {
  RW_M_TOVCOMPUTE = (1 << 0),
  RW_M_INCWAITING = (1 << 1),
  RW_M_TMRSTART = (1 << 2),
  RW_M_TRYAGAIN = (1 << 3),
  RW_M_TIMEDOUT = (1 << 4),
  RW_M_KEY = 0,
  RW_M_ERROR = (1 << 31)
}
 Enumerates the possible return states of RW_block and RW_tmr_block. More...

Detailed Description

The POSIX platform dependent Resource Wait timer include file.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: RW_tmr.h.px-xxx-xxx,v 1.1.1.1 2003/05/20 19:01:42 russell Exp $
  

Enumeration Type Documentation

enum _RW_state_internal
 

Enumerates the possible return states of RW_block and RW_tmr_block.

Enumerator:
RW_M_TOVCOMPUTE  Compute TOV
RW_M_INCWAITING  Increment the waiting count
RW_M_TMRSTART  Start timer
RW_M_TRYAGAIN  Blocking routine has timed out
RW_M_TIMEDOUT  Blocking signal to try again
RW_M_KEY  Unused
RW_M_ERROR  Internal error


Generated on Wed Dec 20 06:57:32 2006 by  doxygen 1.4.4