GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> FMX / V4-0-15 > fmxx / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

Functions
FMX_base.c File Reference

Implementations of the basic commands in the FMXcommand line interface. More...

#include <stdio.h>
#include <FMX_clidefs.h>

Functions

unsigned int FMX_exit (CLI_Control *ctl, void *user)
 Handle the verb exit.
unsigned int FMX_help (CLI_Control *ctl, void *user)
 Handle the verb help.

Detailed Description

Implementations of the basic commands in the FMXcommand line interface.

CVS $Id: FMX_base.c,v 1.2 2011/03/25 20:42:51 apw Exp $
Author:
A.P.Waite

Function Documentation

unsigned int FMX_exit ( CLI_Control *  ctl,
void *  user 
)

Handle the verb exit.

Parameters:
ctl(in) Anonymous control pointer
user(in) User parameter
Return values:
CLI_ENDOFCMDAlways

Referenced by FMX_syntax().

unsigned int FMX_help ( CLI_Control *  ctl,
void *  user 
)

Handle the verb help.

Parameters:
ctl(in) Anonymous control pointer
user(in) User parameter
Returns:
Status code

Referenced by FMX_syntax().