OrocosComponentLibrary  2.9.0
OCL.hpp
1 #ifndef ORO_OCL_HPP
2 #define ORO_OCL_HPP
3 
4 #include <rtt/RTT.hpp>
5 #include "ocl-config.h"
6 
22 namespace OCL
23 {
24  // all components are built upon the RTT.
25  using namespace RTT;
26 }
27 
28 namespace Orocos
29 {
30  using namespace OCL;
31 }
32 
33 #endif
Definition: OCL.hpp:28
The Orocos Component Library.
Definition: Component.hpp:43
Definition: Category.hpp:10