#include <config.h>
#include "RTIA.hh"
#include "RTIA_cmdline.h"
#include <sys/types.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
void | SignalHandler (int Signal) |
SignalHandler. | |
void | NewHandler () |
NewHandler. | |
int | main (int argc, char **argv) |
Variables | |
int | normal_end |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 57 of file RTIA/main.cc.
References Exception::_name, Exception::_reason, RTIA::displayStatistics(), RTIA::execute(), NewHandler(), normal_end, and SignalHandler().
void NewHandler | ( | ) |
void SignalHandler | ( | int | Signal | ) |
SignalHandler.
Definition at line 43 of file RTIG/main.cc.
References SignalHandler().
Referenced by main(), and SignalHandler().
int normal_end |