ComSquare
Classes | Namespaces
MemoryBusDebug.hpp File Reference
#include <QtWidgets/QMainWindow>
#include <QtCore/QSortFilterProxyModel>
#include "Memory/MemoryBus.hpp"
#include "Memory/IMemory.hpp"
#include "ui/ui_busView.h"
#include "ClosableWindow.hpp"
#include <optional>
Include dependency graph for MemoryBusDebug.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ComSquare::Debugger::BusLog
 The struct used to represent memory bus logs. More...
 
struct  ComSquare::Debugger::BusLoggerFilters
 The struct representing filters of the memory bus's logger. More...
 
class  ComSquare::Debugger::BusLogModel
 The qt model that bind the logs to the view. More...
 
class  ComSquare::Debugger::BusLoggerProxy
 A class to filter logs from the memory bus's debugger. More...
 
class  ComSquare::Debugger::MemoryBusDebug
 window that allow the user to view all data going through the memory bus. More...
 

Namespaces

 ComSquare
 
 ComSquare::Debugger