#include <iostream>
#include "Deployment.hpp"
#include "DP_Handler.h"
#include "DAnCE/Deployment/Deployment_DataC.h"
#include "ace/Get_Opt.h"
#include "Utils/XML_Typedefs.h"
#include "tao/ORB.h"
Functions | |
static int | parse_args (int argc, char *argv[]) |
void | check_srd (const Deployment::DeploymentPlan &) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
static const char * | input_file = "BasicSP.cdp" |
int ACE_TMAIN | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
void check_srd | ( | const Deployment::DeploymentPlan & | dp | ) |
static int parse_args | ( | int | argc, | |
char * | argv[] | |||
) | [static] |
const char* input_file = "BasicSP.cdp" [static] |