#include <CorbaDeploymentComponent.hpp>
Public Member Functions | |
CorbaDeploymentComponent (const std::string &name, const std::string &siteFile="") | |
CorbaDeploymentComponent (const std::string &name, const std::string &siteFile="") | |
bool | createServer (const std::string &tc, bool use_naming) |
bool | createServer (const std::string &tc, bool use_naming) |
virtual | ~CorbaDeploymentComponent () |
virtual | ~CorbaDeploymentComponent () |
Protected Member Functions | |
virtual bool | componentLoaded (RTT::TaskContext *c) |
virtual bool | componentLoaded (RTT::TaskContext *c) |
virtual void | componentUnloaded (RTT::TaskContext *c) |
virtual void | componentUnloaded (RTT::TaskContext *c) |
Definition at line 37 of file deployment/CorbaDeploymentComponent.hpp.
OCL::CorbaDeploymentComponent::CorbaDeploymentComponent | ( | const std::string & | name, | |
const std::string & | siteFile = "" | |||
) |
Definition at line 72 of file CorbaDeploymentComponent.cpp.
OCL::CorbaDeploymentComponent::~CorbaDeploymentComponent | ( | ) | [virtual] |
Definition at line 84 of file CorbaDeploymentComponent.cpp.
OCL::CorbaDeploymentComponent::CorbaDeploymentComponent | ( | const std::string & | name, | |
const std::string & | siteFile = "" | |||
) |
virtual OCL::CorbaDeploymentComponent::~CorbaDeploymentComponent | ( | ) | [virtual] |
virtual bool OCL::CorbaDeploymentComponent::componentLoaded | ( | RTT::TaskContext * | c | ) | [protected, virtual] |
Check if c is a proxy or a local object. If it is a local object, make it a server.
Reimplemented from OCL::DeploymentComponent.
bool OCL::CorbaDeploymentComponent::componentLoaded | ( | RTT::TaskContext * | c | ) | [protected, virtual] |
Check if c is a proxy or a local object. If it is a local object, make it a server.
Reimplemented from OCL::DeploymentComponent.
Definition at line 103 of file CorbaDeploymentComponent.cpp.
virtual void OCL::CorbaDeploymentComponent::componentUnloaded | ( | RTT::TaskContext * | c | ) | [protected, virtual] |
Removes the CORBA server for this component.
c | a valid TaskContext object. |
Reimplemented from OCL::DeploymentComponent.
virtual void OCL::CorbaDeploymentComponent::componentUnloaded | ( | RTT::TaskContext * | c | ) | [protected, virtual] |
Removes the CORBA server for this component.
c | a valid TaskContext object. |
Reimplemented from OCL::DeploymentComponent.
bool OCL::CorbaDeploymentComponent::createServer | ( | const std::string & | tc, | |
bool | use_naming | |||
) |
Creates a ControlTask CORBA server for a given peer TaskContext.
bool OCL::CorbaDeploymentComponent::createServer | ( | const std::string & | tc, | |
bool | use_naming | |||
) |
Creates a ControlTask CORBA server for a given peer TaskContext.
Definition at line 90 of file CorbaDeploymentComponent.cpp.