GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LCI / V6-0-0 > 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 "control_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

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 Thu Aug 20 14:53:31 2009 by  doxygen 1.5.3