serialoutput: cleanup

Change-Id: I255a3dd44fcf075a441461a883f564ee2d626ee1
This commit is contained in:
Horst Schirmeier
2014-02-16 14:45:25 +01:00
parent 455c088cd9
commit 953fbe2156

View File

@ -4,20 +4,13 @@
#include <string>
#include "efw/ExperimentFlow.hpp"
#include "config/FailConfig.hpp"
// Check if configuration dependencies are satisfied:
#if !defined(CONFIG_EVENT_IOPORT)
#warning The serialoutput plugin may (depending on its use) need ioport event. Enable these in the cmake configuration tool.
#endif
/**
* \class SerialOutputLogger
*
* \brief Plugin to record ioport traffic.
*/
class SerialOutputLogger : public fail::ExperimentFlow
{
class SerialOutputLogger : public fail::ExperimentFlow {
private:
bool m_out; //!< Defines the direction of the listener.