orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

deployer: configure, start, stop single peer components by name via operations #5

Closed jbohren closed 10 years ago

jbohren commented 10 years ago

This PR adds three new operations to the deployer which allow lifecycle manipulation of components by name:

This is useful for writing orocos scripts where you want to configure/start/stop one or more components with a name which is determined at runtime.

jbohren commented 10 years ago

Since this only adds operations, is it ok to merge?