Orocos Real-Time Toolkit  2.9.0
RTT::detail Namespace Reference

Convenient short notation for every sub-namespace of RTT. More...

Detailed Description

Convenient short notation for every sub-namespace of RTT.

The detail namespace contains all classes of each sub-namespace. It is intended for use in the .cpp files of the RTT (or any advanced user of it). The prefered workflow is to include headers from various sub-packages of RTT and include this header. By writing 'using namespace detail;', all the classes from the include headers become then visible in the current namespace.