1 #ifndef ORO_CORBA_SERVICE_REQUESTER_IDL 2 #define ORO_CORBA_SERVICE_REQUESTER_IDL 46 string getRequestName();
57 CRequestNames getRequestNames( );
62 COperationCallerNames getOperationCallerNames();
72 boolean hasRequest( in
string name );
83 boolean connectCallerTo( in
string name, in
CService svc);
95 boolean disconnectCaller( in
string name );
101 boolean callerReady( in
string name );
sequence< string > COperationCallerNames
sequence< CServiceRequester > CServiceRequesters
sequence< CServiceRequesterDescription > CServiceRequesterDescriptions
COperationCallerNames operationcallernames
An Orocos Required Service.
An Orocos Service which hosts operations, attributes and properties.
CServiceRequesterDescriptions children_descriptions
Complete description of a ServiceRequester.
sequence< string > CRequestNames
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
CServiceRequesters children