GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LFS / V1-12-0

Constituent: lfs_scp     Tag: rad750


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"

Include dependency graph for LFS_scp_cli.c:


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.

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.

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.

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.

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.

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.

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.

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.


Generated on Thu Dec 14 02:10:45 2006 by  doxygen 1.4.4