PFPObserver.h File Reference
#include <string>
#include <memory>
Include dependency graph for PFPObserver.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | pfp::core::PFPObserver |
Namespaces | |
pfp | |
PacketBase.h. | |
pfp::core | |
Namespace for all PFPSIMCore classes. | |
Detailed Description
Created on: Jul 17, 2014 Author: kamil
All observers of the PFP Simulations must inherit from interface PFPObserver. The observer must be registered with the NPU through the NPU's attach_observer(PFPObserver*) method.