#include <MPQC_SimpleDriver_Impl.hh>
Public Member Functions | |
SimpleDriver_impl (struct MPQC_SimpleDriver__object *s) | |
void | _ctor () |
void | _dtor () |
void | setServices (::gov::cca::Services services) throw ( ::gov::cca::CCAException ) |
Starts up a component presence in the calling framework. | |
int32_t | go () throw () |
Execute some encapsulated functionality on the component. | |
Static Public Member Functions | |
static void | _load () |
|
Execute some encapsulated functionality on the component. Return 0 if ok, -1 if internal error but component may be used further, and -2 if error so severe that component cannot be further used safely. |
|
Starts up a component presence in the calling framework.
This function is called exactly once for each instance created by the framework. The argument Svc will never be nil/null. Those uses ports which are automatically connected by the framework (so-called service-ports) may be obtained via getPort during setServices. |