NEOCCA bindings Specification  0.2.8
neoports.py.hh
Go to the documentation of this file.
00001 #ifndef __NEOPORTS_PY_H__
00002 #define __NEOPORTS_PY_H__
00003 
00004 
00005 #include "neoports/BuilderService.py.hh"
00006 #include "neoports/ConnectionEvent.py.hh"
00007 #include "neoports/ConnectionEventListener.py.hh"
00008 #include "neoports/ConnectionEventService.py.hh"
00009 #include "neoports/GoPort.py.hh"
00010 #include "neoports/JPrintfPort.py.hh"
00011 //#include "neoports/MPIBorrow.py.hh"
00012 //#include "neoports/MPIService.py.hh"
00013 #include "neoports/StringConsumerPort.py.hh"
00014 #include "neoports/TimeProducerPort.py.hh"
00015 // the parameter port stuff
00016 #include "neoports/ParameterGetListener.py.hh"
00017 #include "neoports/ParameterSetListener.py.hh"
00018 #include "neoports/BasicParameterPort.py.hh"
00019 #include "neoports/ParameterPort.py.hh"
00020 #include "neoports/ParameterPortFactory.py.hh"
00021 
00022 // the factory / service registry stuff
00023 #include "neoports/ComponentClassDescription.py.hh"
00024 #include "neoports/ComponentRepository.py.hh"
00025 #include "neoports/ComponentFactory.py.hh"
00026 #include "neoports/ServiceProvider.py.hh"
00027 #include "neoports/ServiceRegistry.py.hh"
00028 #include "neoports/Loader.py.hh"
00029 
00030 
00031 #endif //__NEOPORTS_PY_H_