#include <Python.h>#include <yacs.hh>#include "RuntimeSALOME.hxx"#include "Proc.hxx"#include "Exception.hxx"#include "Executor.hxx"#include "Dispatcher.hxx"#include "parsers.hxx"#include <iostream>#include <sstream>#include <set>#include "YacsTrace.hxx"
Go to the source code of this file.
Classes | |
| class | MyDispatcher |
| class | Yacs_i |
| class | Proc_i |
Functions | |
| static CORBA::Boolean | bindObjectToName (CORBA::ORB_ptr, CORBA::Object_ptr, const char *) |
| static ostream & | operator<< (ostream &os, const CORBA::Exception &e) |
| int | main (int argc, char **argv) |
Variables | |
| YACS::YACSLoader::YACSLoader * | loader |
| CORBA::ORB_ptr | orb |
| YACS_ORB::YACS_Gen_var | myyacsref |
|
static |
Definition at line 220 of file yacsSrv.cxx.
References DEBTRACE, testCppPluginInvokation::ex, and orb.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 161 of file yacsSrv.cxx.
References bindObjectToName(), DEBTRACE, testCppPluginInvokation::ex, loader, myyacsref, orb, YACS::ENGINE::Dispatcher::setDispatcher(), YACS::ENGINE::RuntimeSALOME::setRuntime(), and YACS::YACSLoader::YACSLoader().
|
static |
| YACS::YACSLoader::YACSLoader* loader |
Definition at line 38 of file yacsSrv.cxx.
Referenced by Yacs_i::Load(), and main().
| YACS_ORB::YACS_Gen_var myyacsref |
Definition at line 40 of file yacsSrv.cxx.
Referenced by main().
| CORBA::ORB_ptr orb |
Definition at line 39 of file yacsSrv.cxx.
Referenced by bindObjectToName(), YACS::ENGINE::convertFromYacsStruct< CORBAImpl, CORBA::Any * >::convert(), YACS::ENGINE::convertFromYacsSequence< CORBAImpl, CORBA::Any * >::convert(), YACS::ENGINE::PythonNode::executeRemote(), YACS::HMI::GenericGui::GenericGui(), YACS::ENGINE::RuntimeSALOME::getCatalogOfComputeNodes(), YACS::HMI::GenericGui::getMachineList(), YACS::ENGINE::SalomeContainerTools::getResourceProperties(), YACS::HMI::BatchJobsListDialog::getSalomeLauncher(), SALOME_NamingService_Wrapper::init_orb(), YACS::ENGINE::SessionCataLoader::loadCata(), main(), YACS::ENGINE::InputStudyPort::putDataInStudy(), shutdownServers(), YACS::ENGINE::SalomeContainerToolsBase::Start(), and YACS::HMI::GuiExecutor::startResumeDataflow().