GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LCM / V1-4-6

Constituent: lcm_siu     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LCM_cmd.c.xx-xxx-xxx File Reference

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

#include "string.h"
#include "PBI/TBD_id.h"
#include "PBI/Endianness.h"
#include "PBS/RW.ih"
#include "PBS/TBD.ih"
#include "PBS/MBA.h"
#include "PBS/WCT.h"
#include "PBS/RW.h"
#include "PBS/SEM.h"
#include "MSG/MSG_pubdefs.h"
#include "ITC/ITC_pubdefs.h"
#include "ITC/ITC_msgs.h"
#include "CMX/CMX_asBuiltPub.h"
#include "CCSDS/CCSDS_pkt.h"
#include "LCM/LCM_cmddefs.h"
#include "LCM/LCM_tlmdefs.h"
#include "LCM/LCM_cmdxtrn.h"
#include "LCM/LCM_msgs.h"
#include "LCM_prvdefs.h"

Include dependency graph for LCM_cmd.c.xx-xxx-xxx:

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


Functions

unsigned int LCM_CmdResponse (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the CmdResponse command.
unsigned int LCM_MsgResponse (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the MsgResponse command.
unsigned int LCM_ModuleDump (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LLCMMODDUMP command.
unsigned int LCM_TaskDump (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LLCMTASKDUMP command.
unsigned int LCM_MsgOutCfg (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LLCMMSGOUT command.
unsigned int LCM_Stats (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the SETSMON command.
unsigned int LCM_Noop (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LCMNOOP command.

Detailed Description

Routines associated with CCSDS commands to subsystem LCM.


Function Documentation

unsigned int LCM_CmdResponse void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the CmdResponse command.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Payload pointer
len (in) Payload length
Return values:
ITC_SUCCESS S Success
ITC_TASKMISS E No entry in task table for task
ITC_TASKPTR E Task pointer check failed
ITC_VARRNG E Out of range variable detected

unsigned int LCM_ModuleDump void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the LLCMMODDUMP command.

Parameters:
prm (in) User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:

unsigned int LCM_MsgOutCfg void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the LLCMMSGOUT command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:

unsigned int LCM_MsgResponse void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the MsgResponse command.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Payload pointer
len (in) Payload length
Return values:
ITC_SUCCESS S Success
ITC_TASKMISS E No entry in task table for task
ITC_TASKPTR E Task pointer check failed
ITC_VARRNG E Out of range variable detected

unsigned int LCM_Noop void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the LCMNOOP command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:

unsigned int LCM_Stats void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the SETSMON command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:

unsigned int LCM_TaskDump void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the LLCMTASKDUMP command.

Parameters:
prm (in) User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:


Generated on Fri Feb 1 01:17:52 2008 by  doxygen 1.4.4