GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LCI / V6-0-1 > lci / mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LCI_cmd.c File Reference

Routines associated with CCSDS commands to subsystem LCI. More...

#include "lci_p.h"
#include "LCI/LCI_msgs.h"
#include "LCI/LCI_cmddefs.h"
#include "LCI/LCI_cmdxtrn.h"
#include "ITC/ITC_pubdefs.h"

Functions

unsigned int LCI_CALIBRATE (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the CALIBRATE command.
unsigned int LCI_ABORT (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the ABORT command.
unsigned int LCI_NOOP (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the NOOP command.


Detailed Description

Routines associated with CCSDS commands to subsystem LCI.

Author:
James Swain & Owen Saxton
$Id: LCI_cmd.c,v 1.8 2010/05/03 20:13:18 saxton Exp $

Function Documentation

unsigned int LCI_ABORT ( void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len 
)

Callback function for the ABORT command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Return values:
LCI_SUCCESS Always

unsigned int LCI_CALIBRATE ( void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len 
)

Callback function for the CALIBRATE command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:
Return status from LCI_calibrate

unsigned int LCI_NOOP ( void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len 
)

Callback function for the NOOP command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Return values:
LCI_SUCCESS Always


Generated on Tue May 25 13:35:17 2010 by  doxygen 1.5.3