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

Constituent: lcm_siu     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LCM_cmd_common.c File Reference

LCM common telecommand handlers. More...

#include "string.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 "CMX/CMX_asBuiltPub.h"
#include "CCSDS/CCSDS_pkt.h"
#include "ITC/ITC_pubdefs.h"
#include "ITC/ITC_msgs.h"
#include "LCM/LCM_cmddefs.h"
#include "LCM/LCM_tlmdefs.h"
#include "LCM/LCM_msgs.h"
#include "LCM_prvdefs.h"
#include "SMON.h"

Include dependency graph for LCM_cmd_common.c:


Functions

unsigned int LCM_CmdResponse_common (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the CmdResponse command.
unsigned int LCM_MsgResponse_common (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the MsgLevel command.
unsigned int LCM_MsgOutCfg_common (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LLCMMSGOUT command.
unsigned int LCM_Stats_common (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the SETSMON command.
unsigned int LCM_Noop_common (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the LCMNOOP command.

Variables

const char s_nonesuch [] = { "<N/A>" }
 Constant string "<UND>".

Detailed Description

LCM common telecommand handlers.

Author:
D.L. Wood

Function Documentation

unsigned int LCM_CmdResponse_common 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_MsgOutCfg_common 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_common void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the MsgLevel 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_common 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_common 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:


Generated on Mon Nov 5 02:22:41 2007 by  doxygen 1.4.4