GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > FILE / V3-7-3

Constituent: file_hdr_show     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

file_hdr_show.c File Reference

Executable to display header attached to a file. More...

#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "fcntl.h"
#include "unistd.h"
#include "time.h"
#include "FILE/FILE_hdr.h"
#include "FILE/FILE_swap.h"
#include "FILE/file_hdr_show.h"
#include "PBS/MBA.h"
#include "PBS/WCT.h"
#include "MSG/MSG_pubdefs.h"
#include "FILE_hdr_private.h"

Include dependency graph for file_hdr_show.c:

Include dependency graph

Defines

#define ASCTIME(_tstruct, _str, _size)   asctime_r((_tstruct), (_str), (_size))

Functions

int file_hdr_show (const char *inName)
int main (int argc, char **argv)

Detailed Description

Executable to display header attached to a file.

Author:
D.L. Wood

Define Documentation

#define ASCTIME _tstruct,
_str,
_size   )     asctime_r((_tstruct), (_str), (_size))
 

Portable call to asctime_r() function.


Function Documentation

int file_hdr_show const char *  inName  ) 
 

Prints LAT file header values for input file.

Parameters:
inName The name of the input file.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int main int  argc,
char **  argv
 

The UNIX application entry point.

Parameters:
argc The number of command line args.
argv The list of command line args.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:


Generated on Thu Aug 25 21:09:11 2005 by doxygen 1.3.3