#include <iostream>#include <string>#include <stdio.h>#include <unistd.h>#include "SALOME_ParallelContainer_i.hxx"#include <paco_omni.h>#include <paco_mpi.h>#include <mpi.h>#include "SALOME_NamingService.hxx"#include "utilities.h"#include "ArgvKeeper.hxx"#include "Basics_Utils.hxx"#include "SALOMETraceCollector.hxx"#include "OpUtil.hxx"#include "Container_init_python.hxx"
Typedefs | |
| typedef void(* | sighandler_t) (int) |
Functions | |
| sighandler_t | setsig (int sig, sighandler_t handler) |
| void | AttachDebugger () |
| void | Handler (int theSigId) |
| void | terminateHandler (void) |
| void | unexpectedHandler (void) |
| int | main (int argc, char *argv[]) |
| typedef void(* sighandler_t) (int) |
| void AttachDebugger | ( | ) |
Referenced by Handler(), terminateHandler(), and unexpectedHandler().
| void Handler | ( | int | theSigId | ) |
References AttachDebugger().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References envSalome::argv, SALOME_NamingService_Abstract::BuildContainerNameForNS(), SALOME_ContainerPy::containerName, KERNEL::GetRefToORB(), Handler(), test::hostname, KERNEL_PYTHON::init_python(), KERNEL_PY.batchmode_salome::obj, salome::orb, SALOME_NamingService::Register(), SALOME_NamingService::Resolve(), SetArgcArgv(), setsig(), terminateHandler(), and unexpectedHandler().
| sighandler_t setsig | ( | int | sig, |
| sighandler_t | handler | ||
| ) |
References salomeContext::context.
Referenced by main().
| void terminateHandler | ( | void | ) |
References AttachDebugger().
Referenced by main().
| void unexpectedHandler | ( | void | ) |
References AttachDebugger().
Referenced by main().