#include "ace/Dynamic_Service.h"
#include "ace/Env_Value_T.h"
#include "ace/Get_Opt.h"
#include "tao/ORB.h"
#include "tao/Object.h"
#include "DAnCE/Logger/Log_Macros.h"
#include "DAnCE/Logger/Logger_Service.h"
#include "DAnCE/tools/Convert_Plan/Convert_Plan_Impl.h"
#include "EM_Launcher.h"
#include "NM_Launcher.h"
Classes | |
struct | ORB_Destroyer |
Functions | |
void | usage (const ACE_TCHAR *) |
bool | parse_args (int argc, ACE_TCHAR *argv[], Options &options) |
bool | write_IOR (const ACE_TCHAR *ior_file_name, const char *ior) |
int | launch_plan (const Options &opts, DAnCE::Plan_Launcher_Base *pl_base, const ::Deployment::DeploymentPlan *plan, CORBA::ORB_ptr orb) |
int | teardown_plan (const Options &opts, DAnCE::Plan_Launcher_Base *pl_base, const ::Deployment::DeploymentPlan *plan, CORBA::ORB_ptr orb) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
int ACE_TMAIN | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
int launch_plan | ( | const Options & | opts, | |
DAnCE::Plan_Launcher_Base * | pl_base, | |||
const ::Deployment::DeploymentPlan * | plan, | |||
CORBA::ORB_ptr | orb | |||
) |
bool parse_args | ( | int | argc, | |
ACE_TCHAR * | argv[], | |||
Options & | options | |||
) |
Sanity checking on the options.
int teardown_plan | ( | const Options & | opts, | |
DAnCE::Plan_Launcher_Base * | pl_base, | |||
const ::Deployment::DeploymentPlan * | plan, | |||
CORBA::ORB_ptr | orb | |||
) |
void usage | ( | const ACE_TCHAR * | ) |
bool write_IOR | ( | const ACE_TCHAR * | ior_file_name, | |
const char * | ior | |||
) |