orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

remove support for passing an execution engine in the constructors #120

Closed doudou closed 5 years ago

doudou commented 5 years ago

RTT master just removed the execution engine, and we never actually used that particular constructor. Deployments only use the constructor without the engine. Remove support for setting it at all.

Just keep a constructor in TaskBase to keep older components compile.

doudou commented 5 years ago

I'm testing the PR ... just wanted to have it here to keep track of progress

doudou commented 5 years ago

Seems to be working just fine now

doudou commented 5 years ago

Superseded by #121