Libbarrett  1.2.4
include/barrett/log.h
Go to the documentation of this file.
00001 /*
00002         Copyright 2009-2014 Barrett Technology <support@barrett.com>
00003 
00004         This file is part of libbarrett.
00005 
00006         This version of libbarrett is free software: you can redistribute it
00007         and/or modify it under the terms of the GNU General Public License as
00008         published by the Free Software Foundation, either version 3 of the
00009         License, or (at your option) any later version.
00010 
00011         This version of libbarrett is distributed in the hope that it will be
00012         useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
00013         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014         GNU General Public License for more details.
00015 
00016         You should have received a copy of the GNU General Public License along
00017         with this version of libbarrett.  If not, see
00018         <http://www.gnu.org/licenses/>.
00019 
00020 */
00021 
00036 #ifndef BARRETT_LOG_H_
00037 #define BARRETT_LOG_H_
00038 
00039 
00040 #include <barrett/log/reader.h>
00041 #include <barrett/log/writer.h>
00042 #include <barrett/log/real_time_writer.h>
00043 
00044 
00045 #endif /* BARRETT_LOG_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines