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

Constituent: qcfg_cmp_lsd     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

qcfg_cmp_lsd.c File Reference

Program for comparing two sets of configuration datagrams. More...

#include "QCFG_p.h"
#include "QCFG/QCFG_msgs.h"
#include "RIM/RIM_ground.h"
#include "MSG/MSG_pubdefs.h"
#include <string.h>
#include <stdio.h>
#include <libgen.h>

Include dependency graph for qcfg_cmp_lsd.c:


Data Structures

struct  _qcfg_parm

Typedefs

typedef _qcfg_parm qcfg_parm

Functions

static int checkDgm (RIM *rim, void *vParm)
 Check processing of the datagram file.
static int getOptns (int argc, char **argv, QCFG_cmdOptns *optns)
 Get options and parameters.
static void usage (char **argv, int error)
 Print out a usage block.
int main (int argc, char **argv)
 Main program.

Detailed Description

Program for comparing two sets of configuration datagrams.

Author:
James Swain & Owen Saxton
Id
qcfg_cmp_lsd.c,v 1.6 2007/12/21 18:34:54 saxton Exp

Function Documentation

int checkDgm RIM *  rim,
void *  vParm
[static]
 

Check processing of the datagram file.

Parameters:
rim The address of the RIM
vParm The address of the parameter block
Return values:
0 Continue processing
1 Stop processing

int getOptns int  argc,
char **  argv,
QCFG_cmdOptns optns
[static]
 

Get options and parameters.

Parameters:
argc Number of command-line arguments
argv List of command line arguments
optns Address of options block to be filled
Return values:
0 Success
1 Help requested
-1 An error occurred

int main int  argc,
char **  argv
 

Main program.

Parameters:
argc Number of command line arguments this application was invoked with
argv Array of strings, each one holding one command line argument
Returns:
0 Success

-1 An error occurred

void usage char **  argv,
int  error
[static]
 

Print out a usage block.

Parameters:
argv The address of the command argument list
error Error indicator: error if -1; okay otherwise


Generated on Sat Dec 22 03:07:31 2007 by  doxygen 1.4.4