OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
command line interface to the configuration file. More...
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <getopt.h>
#include <string.h>
#include <iostream>
#include <fstream>
#include <string>
#include <map>
#include "operaError.h"
#include "tools/operaConfigurationAccess.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaConfigurationAccess |
Functions | |
static void | systemf (const char *form,...) |
static string | strip (string stringIn, char whitespace) |
static string | stripleft (string stringIn, char whitespace) |
static void | tableAdd (string line) |
int | main (int argc, char *argv[]) |
static void | printUsageSyntax () |
Variables | |
map< string, string > | table |
command line interface to the configuration file. |
command line interface to the configuration file.
int main | ( | int | argc, |
char * | argv[] | ||
) |
static void printUsageSyntax | ( | ) | [static] |
static string strip | ( | string | stringIn, |
char | whitespace | ||
) | [static] |
static string stripleft | ( | string | stringIn, |
char | whitespace | ||
) | [static] |
static void systemf | ( | const char * | form, |
... | |||
) | [static] |
static void tableAdd | ( | string | line | ) | [static] |