OPERA  1.0
Open source echelle spectrograph reduction pipeline
operaConfigurationAccess.cpp File Reference

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"
Include dependency graph for operaConfigurationAccess.cpp:

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.

Detailed Description

command line interface to the configuration file.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

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]

Here is the call graph for this function: