#include "config.h"#include "RTIG.hh"#include "RTIG_cmdline.h"#include "certi.hh"#include <new>#include <csignal>Go to the source code of this file.
Functions | |
| void | SignalHandler (int sig) |
| SignalHandler. | |
| void | NewHandler () throw (MemoryExhausted) |
| NewHandler. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 94 of file RTIG/main.cc.
References RTIG::execute(), NewHandler(), RTIG::setVerboseLevel(), and SignalHandler().

| void NewHandler | ( | ) | throw (MemoryExhausted) |
| void SignalHandler | ( | int | sig | ) |
SignalHandler.
Definition at line 43 of file RTIG/main.cc.
References SignalHandler().
Referenced by main(), and SignalHandler().

1.5.5