Tags: orocos-toolchain/rtt
Tags
Merge pull request #214 from meyerj/snrkiwi-tlsf-debugging TLSF upgrade and debugging
cmake: updated exact version check semantics for find_package(Orocos-… …RTT) Every version that has the same major version number and at least the requested minor version number is considered as compatible. Nothing changed here. If an exact version of RTT is requested, the script also accepts it if the patch version or the minor version was not specified. If they are, they have to match. Signed-off-by: Johannes Meyer <[email protected]>
Fixed naming of constants in documentation of RTT::InputPort Signed-off-by: Johannes Meyer <[email protected]>
Allow the construction of an uninitialized TaskContextProxy This is useful if a derived class wants to initialize the typekits, before initializing the Proxy itself.
PreviousNext