#include <PCD_Handler.h>
Public Member Functions | |
PCD_Handler (void) | |
virtual | ~PCD_Handler (void) |
Static Public Member Functions | |
static void | handle_PlanConnectionDescription (const PlanConnectionDescription &desc,::Deployment::PlanConnectionDescription &toconfig) |
static PlanConnectionDescription | get_PlanConnectionDescription (const Deployment::PlanConnectionDescription &src) |
CIAO::Config_Handlers::PCD_Handler::PCD_Handler | ( | void | ) |
CIAO::Config_Handlers::PCD_Handler::~PCD_Handler | ( | void | ) | [virtual] |
static void CIAO::Config_Handlers::PCD_Handler::handle_PlanConnectionDescription | ( | const PlanConnectionDescription & | desc, | |
::Deployment::PlanConnectionDescription & | toconfig | |||
) | [static] |
This method takes a <Deployment::PlanConnectionDescription> and maps the values from the passed in XSC PlanConnectionDescription to its members.
PlanConnectionDescription CIAO::Config_Handlers::PCD_Handler::get_PlanConnectionDescription | ( | const Deployment::PlanConnectionDescription & | src | ) | [static] |