TestComponent.hpp
Go to the documentation of this file.
1 #ifndef TESTCOMPONENT_HPP
2 #define TESTCOMPONENT_HPP 1
3 
4 #include <rtt/TaskContext.hpp>
5 
6 namespace OCL {
7 namespace logging {
8 
9 // forward declare
10 class Category;
11 
12 namespace test {
13 
15 {
16 public:
17  Component(std::string name);
18  virtual ~Component();
19 
20 protected:
21  virtual bool startHook();
22  virtual void updateHook();
23 
25  std::string categoryName;
28 };
29 
30 // namespaces
31 }
32 }
33 }
34 
35 #endif
void test(std::string pattern, log4cpp::PatternLayout *layout, log4cpp::Category &cat)
std::string categoryName
Name of our category.
OCL::logging::Category * logger
Our logging category.
class OCL_API Category


ocl
Author(s): OCL Development Team
autogenerated on Mon Mar 23 2020 04:47:19