GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EMP / V1-3-1

Constituent: asc     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

EMP_write.h File Reference

Interface to writing a packet. More...

This graph shows which files directly or indirectly include this file:


Data Structures

struct  _EMP_writeCbp
 Binds the routine to write an ITC queue item with its context parameter. More...

Typedefs

typedef unsigned int(* EMP_writeRtn )(void *prm, struct _ITC_QueueItem *qItem)
 Function to post a completed packet to the SSR.
typedef _EMP_writeCbp EMP_writeCbp
 Typedef for struct _EMP_writeCbp.

Detailed Description

Interface to writing a packet.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: EMP_write.h,v 1.1 2006/03/01 01:44:38 russell Exp $

Typedef Documentation

unsigned int(* EMP_writeRtn)(void *prm, struct _ITC_QueueItem *qItem)
 

Function to post a completed packet to the SSR.

Parameters:
prm User parameter
qItem The compeleted ITC queue item to write
This callback normally would call ITC_send. Making this a callback, allows the user to intercept the call.


Generated on Sat Jan 6 02:22:57 2007 by  doxygen 1.4.4