processtable.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2007 Duncan Brown, Kipp Cannon
00003  *
00004  * This program is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License as published by
00006  * the Free Software Foundation; either version 2 of the License, or
00007  * (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with with program; see the file COPYING. If not, write to the
00016  * Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00017  * MA  02111-1307  USA
00018  */
00019 
00020 
00021 #ifndef PROCESSTABLE_H_
00022 #define PROCESSTABLE_H_
00023 
00024 
00025 #include <lal/LIGOMetadataTables.h>
00026 
00027 
00028 #ifdef  __cplusplus
00029 extern "C" {
00030 #endif
00031 
00032 
00033 int XLALPopulateProcessTable(
00034         ProcessTable *ptable,
00035         const char *program_name,
00036         const char *cvs_revision,
00037         const char *cvs_source,
00038         const char *cvs_date,
00039         long process_id
00040 );
00041 
00042 
00043 /*
00044  * don't use
00045  */
00046 
00047 
00048 #include <lal/LALDatatypes.h>
00049 
00050 
00051 void populate_process_table(
00052         LALStatus *status,
00053         ProcessTable *ptable,
00054         const CHAR *program_name,
00055         const CHAR *cvs_revision,
00056         const CHAR *cvs_source,
00057         const CHAR *cvs_date
00058 );
00059 
00060 
00061 #ifdef  __cplusplus
00062 }
00063 #endif
00064 
00065 #endif  /* PROCESSTABLE_H_ */

Generated on Sat Oct 11 02:32:00 2008 for LAL by  doxygen 1.5.2