orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

types: fix type lookup for qualified types #223

Closed MagnaboscoL closed 6 years ago

MagnaboscoL commented 7 years ago

This PR fixes type lookup for qualified types.

Caveat: Types with spaces in their name will not be supported anymore.

@meyerj PTAL

meyerj commented 6 years ago

This patch was originally written to fix a bug related to CORBA operation calls introduced in #123. I added a commit there which is less intrusive and only affects the CORBA transport layer instead of all type lookups: https://github.com/orocos-toolchain/rtt/pull/123/commits/a364a3759ef7cc9e863053ce6cd667feea125dc2.