GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LFS / V1-12-3 > lfs_scp / mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LFS_scp_cli.c File Reference

SCP LFS command line definitions. More...

#include <stdio.h>
#include <CLI/CLI_pubdefs.h>
#include <LFS/LFS_scp.h>
#include <LFS/LFS_msg.h>

Functions

static unsigned int LFS_sendFileDumpCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendFileDeleteCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendFileCopyCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendDirCreateCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendDirDeleteCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendDirDumpCli (CLI_Control *cli, void *arg)
static unsigned int LFS_sendSysStatusCli (CLI_Control *cli, void *arg)
unsigned int LFS_addSyntaxSCP (CLI_Syntax *syntax)
 Initialize CLI definitions for LFS SCP commands.


Detailed Description

SCP LFS command line definitions.

Author:
D.L.Wood

Function Documentation

unsigned int LFS_addSyntaxSCP ( CLI_Syntax *  syntax  ) 

Initialize CLI definitions for LFS SCP commands.

Adds a set of commands to the SCP command line definitions for supporting LFS package operations.

Parameters:
syntax The CLI master syntax handle.
Returns:
A LFS MSG code.

References LFS_sendDirCreateCli(), LFS_sendDirDeleteCli(), LFS_sendDirDumpCli(), LFS_sendFileCopyCli(), LFS_sendFileDeleteCli(), LFS_sendFileDumpCli(), and LFS_sendSysStatusCli().

static unsigned int LFS_sendDirCreateCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendDirCreate" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A FILE MSG code.

References LFS_sendDirCreate().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendDirDeleteCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendDirDelete" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A FILE MSG code.

References LFS_sendDirDelete().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendDirDumpCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendDirDump" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A FILE MSG code.

References LFS_sendDirDump().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendFileCopyCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendFileCopy" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A FILE MSG code.

References LFS_sendFileCopy().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendFileDeleteCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendFileDelete" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A LFS MSG code.

References LFS_sendFileDelete().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendFileDumpCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendFileDump" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A LFS MSG code.

References LFS_sendFileDump().

Referenced by LFS_addSyntaxSCP().

static unsigned int LFS_sendSysStatusCli ( CLI_Control *  cli,
void *  arg 
) [static]

Handles the "LFS_sendSysStatus" command from the SCP command line.

Parameters:
cli The CLI master control handle.
arg Ignored.
Returns:
A FILE MSG code.

References LFS_sendSysStatus().

Referenced by LFS_addSyntaxSCP().


Generated on Wed Nov 21 21:49:18 2012 by  doxygen 1.5.8