CPDebuggerInterface.h File Reference
Defines an interface to be implemented by Control Plane modules for compatibility with the debugger. More...
#include <string>
#include <vector>
#include <map>
#include <iostream>
Include dependency graph for CPDebuggerInterface.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | pfp::core::db::CPDebuggerInterface |
Interface for Control Plane module that is necessary for it to work with pfpdb. More... | |
class | pfp::core::db::CPDebuggerInterface::TableEntry |
Data Structure used to represent table entries so that they can be stored. More... | |
Namespaces | |
pfp | |
PacketBase.h. | |
pfp::core | |
Namespace for all PFPSIMCore classes. | |
pfp::core::db | |
Namespace for all debugger classes within PFPSim. | |
Detailed Description
Defines an interface to be implemented by Control Plane modules for compatibility with the debugger.
Created on: March 2, 2016 Author: Eric Tremblay