#include "Plan_Launcher_Impl.h"
#include "ace/OS.h"
#include "ace/Get_Opt.h"
#include <iostream>
#include "ExecutionManager/ExecutionManagerC.h"
Include dependency graph for Plan_Launcher.cpp:
Namespaces | |
namespace | CIAO |
namespace | CIAO::Plan_Launcher |
Enumerations | |
enum | mode_type { pl_mode_start, pl_mode_stop, pl_mode_interactive } |
Functions | |
void | usage (const ACE_TCHAR *program) |
bool | parse_args (int argc, ACE_TCHAR *argv[]) |
::Deployment::DomainApplicationManager_ptr | read_dap_ior (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
int | write_dap_ior (CORBA::ORB_ptr orb,::Deployment::DomainApplicationManager_ptr dap ACE_ENV_ARG_DECL) |
int | run_main_implementation (int argc, char *argv[]) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
const char * | package_url = 0 |
bool | use_naming = false |
const char * | ior_file = "file://em.ior" |
const char * | dap_ior_filename = 0 |
const char * | dap_ior = 0 |
mode_type | mode = pl_mode_interactive |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|