You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a partition argument for the C interface of service requests.
Motivation
I’m working on creating Python bindings for service requests. I want to be able to start/pause a Server using the /control service. Furthermore, I want to be able to control multiple Servers in different processes.
Since the Node 's method Request doesn’t have a C interface in CIface.h, the only way to externally dealing with services is by using the function cmdServiceReq declared in ign-transport/src/ign.hh. The problem now is that cmdServiceReq doesn’t take a partition as an argument.
Potential solution
Add partition argument to cmdServiceReq
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Juan Oxoby (Bitbucket: Juan Oxoby).
Summary
Add a partition argument for the C interface of service requests.
Motivation
I’m working on creating Python bindings for service requests. I want to be able to start/pause a Server using the
/control
service. Furthermore, I want to be able to control multiple Servers in different processes.Since the
Node
's methodRequest
doesn’t have a C interface inCIface.h
, the only way to externally dealing with services is by using the functioncmdServiceReq
declared inign-transport/src/ign.hh
. The problem now is thatcmdServiceReq
doesn’t take a partition as an argument.Potential solution
Add partition argument to
cmdServiceReq
The text was updated successfully, but these errors were encountered: