NEOCCA bindings Specification  0.2.8
neoports.py.hh
Go to the documentation of this file.
1 #ifndef __NEOPORTS_PY_H__
2 #define __NEOPORTS_PY_H__
3 
4 
5 #include "neoports/BuilderService.py.hh"
6 #include "neoports/ConnectionEvent.py.hh"
7 #include "neoports/ConnectionEventListener.py.hh"
8 #include "neoports/ConnectionEventService.py.hh"
9 #include "neoports/GoPort.py.hh"
10 #include "neoports/JPrintfPort.py.hh"
11 //#include "neoports/MPIBorrow.py.hh"
12 //#include "neoports/MPIService.py.hh"
13 #include "neoports/StringConsumerPort.py.hh"
14 #include "neoports/TimeProducerPort.py.hh"
15 // the parameter port stuff
16 #include "neoports/ParameterGetListener.py.hh"
17 #include "neoports/ParameterSetListener.py.hh"
18 #include "neoports/BasicParameterPort.py.hh"
19 #include "neoports/ParameterPort.py.hh"
20 #include "neoports/ParameterPortFactory.py.hh"
21 
22 // the factory / service registry stuff
23 #include "neoports/ComponentClassDescription.py.hh"
24 #include "neoports/ComponentRepository.py.hh"
25 #include "neoports/ComponentFactory.py.hh"
26 #include "neoports/ServiceProvider.py.hh"
27 #include "neoports/ServiceRegistry.py.hh"
28 #include "neoports/Loader.py.hh"
29 
30 
31 #endif //__NEOPORTS_PY_H_