2 Aesalon, a tool to visualize a program's behaviour at run-time.
3 Copyright (C) 2010, Aesalon Development Team.
5 Aesalon is distributed under the terms of the GNU GPLv3. For more
6 licensing information, see the file LICENSE included with the distribution.
8 @file include/visualizer/communication/LogSource.h
12 #ifndef AesalonVisualizer_Communication_LogSource_H
13 #define AesalonVisualizer_Communication_LogSource_H
18 #include "DataSource.h"
20 namespace Visualizer
{
21 namespace Communication
{
23 class LogSource
: public DataSource
{
27 Common::VPacket m_packet
;
29 LogSource(const QString
&filename
);
34 virtual Common::VPacket
*nextPacket();
37 } // namespace Communication
38 } // namespace Visualizer