Alida-C++ 0.5

runners/AlidaOpRunner.cc File Reference

File containing the commandline operator runner application. More...

#include <math.h>
#include <stdio.h>
#include <fstream>
#include <iostream>
#include <map>
#include <string>
#include "dataio/ioManagerCmdline.h"
#include "operator/aldOperatorManager.h"
Include dependency graph for AlidaOpRunner.cc:

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 Main function to call the commandline operator runner.

Detailed Description

File containing the commandline operator runner application.

Definition in file AlidaOpRunner.cc.


Function Documentation

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

Main function to call the commandline operator runner.

The operator runner executes operators as specified via commandline. Its usage is as follows:

AlidaOpRunner <operator> [param=value]

Parameters:
argcContains number of arguments upon invocation.
argvContains list of commandline arguments upon invocation.
Returns:
Exit status of the application, unequal to 0 in case of error.

Definition at line 67 of file AlidaOpRunner.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines