#include <Python.h>#include <yacs.hh>#include "RuntimeSALOME.hxx"#include "Proc.hxx"#include "parsers.hxx"#include <vector>#include <string>#include <iostream>#include <pthread.h>
Go to the source code of this file.
Classes | |
| class | Obs_i |
Functions | |
| void * | run (void *obj) |
| int | main (int argc, char **argv) |
Variables | |
| YACS::YACSLoader::YACSLoader * | loader |
| YACS_ORB::YACS_Gen_var | yacsref |
| YACS_ORB::Proc_ptr | server_proc |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 59 of file yacs_clt.cxx.
References CORBAEngineTest::i, loader, orb, server_proc, YACS::ENGINE::RuntimeSALOME::setRuntime(), YACS::YACSLoader::YACSLoader(), and yacsref.
| void* run | ( | void * | obj | ) |
Definition at line 54 of file yacs_clt.cxx.
References server_proc, and yacsref.
Referenced by YACS::ENGINE::XmlNode::execute().
| YACS::YACSLoader::YACSLoader* loader |
Definition at line 31 of file yacs_clt.cxx.
Referenced by driverTest(), Yacs_i::Load(), main(), and YACS::HMI::BatchJobsListDialog::userOK().
| YACS_ORB::Proc_ptr server_proc |
Definition at line 52 of file yacs_clt.cxx.
| YACS_ORB::YACS_Gen_var yacsref |
Definition at line 51 of file yacs_clt.cxx.