orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

deployment: Pass component name to FileDescriptorActivity ctor #58

Closed snrkiwi closed 7 years ago

snrkiwi commented 7 years ago

Without this the thread name is set to "FileDescriptorActivity", which is useless when multiple FDAs are present in the deployment.

The fix is to pass the component name through to the FDA, the same as with the other Activity derived classes.

snrkiwi commented 7 years ago

Better patch coming up