#include "Obit.h"
#include "ObitFile.h"
#include "ObitErr.h"
#include "ObitInfoList.h"
Go to the source code of this file.
Functions | |
| ObitIOCode | ObitReturnDumpRetCode (gint retCode, gchar *outfile, ObitInfoList *list, ObitErr *err) |
| Public: Dump return code and ObitInfoList to a text file. | |
| ObitIOCode | ObitReturnDump (gchar *outfile, ObitInfoList *list, ObitErr *err) |
| Public: Dump ObitInfoList to a text file. | |
This file contains utility functions for writing program output parameters to a text file. Parameters are passed in an ObitInfoList. Supported types are:
|
||||||||||||||||
|
Public: Dump ObitInfoList to a text file.
|
|
||||||||||||||||||||
|
Public: Dump return code and ObitInfoList to a text file.
|
1.3.9.1