www.cemf.ir
eventManagement.hpp
Go to the documentation of this file.
1 #ifndef __eventManagement_hpp__
2 #define __eventManagement_hpp__
3 
4 #include "subscriber.hpp"
5 #include "observer.hpp"
6 #include "pointMessage.hpp"
7 
8 namespace pFlow
9 {
10 
11 using pointSubcriber = subscriber<pointMessage>
12 
13 }
14 
15 
16 #endif
subscriber.hpp
observer.hpp
pFlow
Definition: demGeometry.hpp:27