PFPObserver.h File Reference

PFPObserver.h. More...

#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

PFPObserver.h.

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.