logger_test.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  tag: Peter Soetens Mon Jan 10 15:59:18 CET 2005 logger_test.hpp
3 
4  logger_test.hpp - description
5  -------------------
6  begin : Mon January 10 2005
7  copyright : (C) 2005 Peter Soetens
8  email : peter.soetens@mech.kuleuven.ac.be
9 
10  ***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 
19 
20 #ifndef LOGGERTEST_H
21 #define LOGGERTEST_H
22 
23 #include <Logger.hpp>
24 
25 using namespace RTT;
26 
27 
29 {
30 public:
32 
33  LoggerTest(){setUp();};
34  ~LoggerTest(){tearDown();};
35  void setUp();
36  void tearDown();
37 
38  void testStartStop();
39  void testLogEnv();
40  void testNewLog();
41  void testThreadLog();
42 };
43 
44 #endif
Logger * logger
Definition: logger_test.hpp:31
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:53


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:25