GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LIM / V1-20-0

Constituent: lim     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LIM_ltc.h File Reference

Interface to the functions found in LIM_ltc.c. More...

#include "ITC/ITC_pubdefs.h"
#include "LIM/LIM_pubdefs.h"
#include "LIM_action.h"
#include "LIM_pkt_send.h"

Include dependency graph for LIM_ltc.h:

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


Typedefs

typedef _LIM_Ltc LIM_Ltc
 Typedef for opaque LTC task object handle.

Functions

unsigned int LIM_ltc_new (LIM_Ltc **object_pp, LIM_Action *action_p, LIM_Pkt_Send *pkt_stop_p, unsigned int ltc_stop_apid, char *desc)
 Create and initialize a new LTC task object.
unsigned int LIM_ltc_delete (LIM_Ltc *object_p)
 Shutdown and delete an LTC task object.
unsigned int LIM_ltc_send_stop (LIM_Ltc *object_p)
 Send a Stop command to the LTC task.

Detailed Description

Interface to the functions found in LIM_ltc.c.

**  CVS $Id: LIM_ltc.h,v 1.2 2005/08/29 20:20:05 dmay Exp $
**  

Function Documentation

unsigned int LIM_ltc_delete LIM_Ltc object_p  ) 
 

Shutdown and delete an LTC task object.

Parameters:
object_p Pointer to object.
Returns:
MSG code.

unsigned int LIM_ltc_new LIM_Ltc **  object_pp,
LIM_Action action_p,
LIM_Pkt_Send pkt_stop_p,
unsigned int  ltc_stop_apid,
char *  desc
 

Create and initialize a new LTC task object.

Parameters:
object_pp Location to return pointer to new object.
action_p Pointer to an action reporting object.
pkt_stop_p Pointer to Stop command packet sending object.
ltc_stop_apid APID of the LTC-Stop command.
desc Description of the new object.
Returns:
MSG code.

unsigned int LIM_ltc_send_stop LIM_Ltc object_p  ) 
 

Send a Stop command to the LTC task.

Parameters:
object_p Pointer to LTC task object.
Returns:
MSG code.


Generated on Thu Oct 30 01:44:53 2008 by  doxygen 1.4.4