Fawkes API Fawkes Development Version
bblogreplay_plugin.h
1
2/***************************************************************************
3 * bblogreplay_plugin.h - Fawkes BlackBoard Log Replay Plugin
4 *
5 * Created: Wed Feb 17 01:53:00 2010
6 * Copyright 2010 Tim Niemueller [www.niemueller.de]
7 * 2010 Masrur Doostdar <doostdar@kbsg.rwth-aachen.de>
8 *
9 ****************************************************************************/
10
11/* This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU Library General Public License for more details.
20 *
21 * Read the full text in the LICENSE.GPL file in the doc directory.
22 */
23
24#ifndef _PLUGINS_BBLOGGER_BBLOGREPLAY_PLUGIN_H_
25#define _PLUGINS_BBLOGGER_BBLOGREPLAY_PLUGIN_H_
26
27#include <core/plugin.h>
28
30{
31public:
33};
34
35#endif
BlackBoard log replay plugin.
BlackBoardLogReplayPlugin(fawkes::Configuration *config)
Constructor.
Interface for configuration handling.
Definition: config.h:68
Plugin interface class.
Definition: plugin.h:34
Configuration * config
Fawkes configuration.
Definition: plugin.h:58