lemAutoRun  1.0
Functions
lemAutoRun.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <string.h>
#include <QCoreApplication>
#include <QObject>
#include <QString>
#include <QFile>
#include <QTimer>
#include "PAutoRunParser.h"
#include "PErrorHandler.h"
#include "PLemAutoRun.h"
#include "msystem.h"
Include dependency graph for lemAutoRun.cpp:

Go to the source code of this file.

Functions

int lar_wrong_syntax (int argc, char *argv[], QString &host, QString &exp, bool &daemon)
 
void lar_syntax ()
 
int main (int argc, char *argv[])
 

Function Documentation

void lar_syntax ( )

Prints the calling syntax to std output.

Definition at line 160 of file lemAutoRun.cpp.

Referenced by main().

int lar_wrong_syntax ( int  argc,
char *  argv[],
QString &  host,
QString &  exp,
bool &  daemon 
)

Checks the calling syntax.

Parameters
argcnumber of calling command line arguments
argvlist of the command line arguments
hosthost name on which the experiment is running
expexperiment name
daemonflag indicating if the command shall be exectued as a daemon

Definition at line 52 of file lemAutoRun.cpp.

Referenced by main().

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