GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSM / V2-5-5

Constituent: lsm_siu     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LSM_command.c File Reference

LSM command functions. More...

#include <stdlib.h>
#include "CCSDS/CCSDS_pkt.h"
#include "PBS/WCT.h"
#include "ITC/ITC_pubdefs.h"
#include "ITC/ITC_msgs.h"
#include "ATT/ATT.h"
#include "THS/THS.h"
#include "LSM/LSM_cmddefs.h"
#include "LSM/LSM_cmdxtrn.h"
#include "LSM/LSM_msgs.h"
#include "MSG/MSG_pubdefs.h"
#include "LSF/LSF.h"
#include "LIM/LIM_cmddefs.h"
#include "LSM_prvdefs.h"
#include "LSM_ssrdefs.h"
#include "CLI/CLI_pubdefs.h"

Include dependency graph for LSM_command.c:


Defines

#define ANC_FLAGS_IN_SAA   0x1
 Bit in flags flield of Magic7 Anc Packet that determines if in SAA.
#define LIM_APID_FOR_SAA_ENTER_EXIT   0x663
 APID define for telemetry packet to send to LIM.

Functions

unsigned int LSM_getAncillary (void)
 To dump or not to dump.
unsigned int LSM_getAttitude (void)
 To dump or not to dump.
unsigned int LSM_getTimetone (void)
 To dump or not to dump.
unsigned int LSM_getSsrOutOff (void)
 To dump or not to dump.
unsigned int LSM_getSsrOutOn (void)
 To dump or not to dump.
void LSM_setAncillary (unsigned int cnt)
 Set the ancillary packet dump count.
void LSM_setAttitude (unsigned int cnt)
 Set the attitude packet dump count.
void LSM_setTimetone (unsigned int cnt)
 Set the timetone packet dump count.
void LSM_setSsrOutOff (unsigned int cnt)
 Set the SsrOutOff packet dump count.
void LSM_setSsrOutOn (unsigned int cnt)
 Set the SsrOutOn packet dump count.
unsigned int LSM_SIANCILLARY (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Processor for the SIANCILLARY telecommand.
unsigned int LSM_SIATTITUDE (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Processor for the SIATTITIDE telecommand.
unsigned int LSM_SITIMETONE (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Processor for the SITIMETONE telecommand.
unsigned int LSM_SSRoutputOff (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Processor for the LSMSSROUTPUTOFF telecommand.
unsigned int LSM_SSRoutputOn (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Processor for the LSMSSROUTPUTON telecommand.
unsigned int LSM_Noop (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the noop command.
static unsigned int LSM_setAncillary_cli (CLI_Control *cli, void *prm)
 CLI callback for "LSM_sendAttitude" command.
static unsigned int LSM_setAttitude_cli (CLI_Control *cli, void *prm)
 CLI callback for "LSM_sendAttitude" command.
static unsigned int LSM_setTimetone_cli (CLI_Control *cli, void *prm)
 CLI callback for "LSM_sendAttitude" command.
static unsigned int LSM_setSsrOutOff_cli (CLI_Control *cli, void *prm)
 CLI callback for "LSM_sendSsrOutOff" command.
static unsigned int LSM_setSsrOutOn_cli (CLI_Control *cli, void *prm)
 CLI callback for "LSM_sendSsrOutOn" command.
unsigned int LSM_addSyntaxLCP (CLI_Syntax *syntax)
 Contribute the LSM section to the LCP command line syntax.

Variables

static int LSM_cntAncillary
 Count-down counter for ancillary dumps.
static int LSM_cntAttitude
 Count-down counter for attitude dumps.
static int LSM_cntTimetone
 Count-down counter for timetone dumps.
static int LSM_cntSsrOutOff
 Count-down counter for SsrOutOff dumps.
static int LSM_cntSsrOutOn
 Count-down counter for SsrOutOn dumps.
const char * d_0 = "$0"
 The string "$0".

Detailed Description

LSM command functions.

CVS $Id: LSM_command.c,v 1.22 2006/10/26 04:31:59 apw Exp $
Author:
A.P.Waite

Function Documentation

unsigned int LSM_addSyntaxLCP CLI_Syntax *  syntax  ) 
 

Contribute the LSM section to the LCP command line syntax.

Parameters:
syntax Syntax handle
Returns:
CLI_SUCCESS

unsigned int LSM_getAncillary void   ) 
 

To dump or not to dump.

Return values:
0 Do not dump
1 Dump

unsigned int LSM_getAttitude void   ) 
 

To dump or not to dump.

Return values:
0 Do not dump
1 Dump

unsigned int LSM_getSsrOutOff void   ) 
 

To dump or not to dump.

Return values:
0 Do not dump
1 Dump

unsigned int LSM_getSsrOutOn void   ) 
 

To dump or not to dump.

Return values:
0 Do not dump
1 Dump

unsigned int LSM_getTimetone void   ) 
 

To dump or not to dump.

Return values:
0 Do not dump
1 Dump

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

Callback function for the noop command.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Payload pointer
len (in) Payload length
Return values:
ITC_VARRNG ITC destination node invalid
ITC_FORWARD Command forwarded to another node
LSM_SUCCESS Success

static unsigned int LSM_setAncillary_cli CLI_Control *  cli,
void *  prm
[static]
 

CLI callback for "LSM_sendAttitude" command.

Parameters:
cli CLI control handle
prm User parameter (unused)
Returns:
CLI_SUCCESS

static unsigned int LSM_setAttitude_cli CLI_Control *  cli,
void *  prm
[static]
 

CLI callback for "LSM_sendAttitude" command.

Parameters:
cli CLI control handle
prm User parameter (unused)
Returns:
CLI_SUCCESS

static unsigned int LSM_setSsrOutOff_cli CLI_Control *  cli,
void *  prm
[static]
 

CLI callback for "LSM_sendSsrOutOff" command.

Parameters:
cli CLI control handle
prm User parameter (unused)
Returns:
CLI_SUCCESS

static unsigned int LSM_setSsrOutOn_cli CLI_Control *  cli,
void *  prm
[static]
 

CLI callback for "LSM_sendSsrOutOn" command.

Parameters:
cli CLI control handle
prm User parameter (unused)
Returns:
CLI_SUCCESS

static unsigned int LSM_setTimetone_cli CLI_Control *  cli,
void *  prm
[static]
 

CLI callback for "LSM_sendAttitude" command.

Parameters:
cli CLI control handle
prm User parameter (unused)
Returns:
CLI_SUCCESS

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

Processor for the SIANCILLARY telecommand.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Queue item payload pointer
len (in) Queue item payload length
Returns:
An LSM MSG code.

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

Processor for the SIATTITIDE telecommand.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Queue item payload pointer
len (in) Queue item payload length
Returns:
An LSM MSG code.

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

Processor for the SITIMETONE telecommand.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Queue item payload pointer
len (in) Queue item payload length
Returns:
An LSM MSG code.

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

Processor for the LSMSSROUTPUTOFF telecommand.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Queue item payload pointer
len (in) Queue item payload length
Returns:
An LSM MSG code.

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

Processor for the LSMSSROUTPUTON telecommand.

Parameters:
prm (in) User context parameter
qitem (in) Queue item
pay (in) Queue item payload pointer
len (in) Queue item payload length
Returns:
An LSM MSG code.


Generated on Thu Oct 26 08:25:51 2006 by  doxygen 1.4.4