-
- Downloads
Task #8571: Initial import of messaging python libraries based on work from...
Task #8571: Initial import of messaging python libraries based on work from Marcel Loose for APERTIF.
Showing
- .gitattributes 18 additions, 0 deletions.gitattributes
- LCS/MessageBus/CMakeLists.txt 1 addition, 0 deletionsLCS/MessageBus/CMakeLists.txt
- LCS/MessageBus/python/CMakeLists.txt 4 additions, 0 deletionsLCS/MessageBus/python/CMakeLists.txt
- LCS/MessageBus/python/common/CMakeLists.txt 13 additions, 0 deletionsLCS/MessageBus/python/common/CMakeLists.txt
- LCS/MessageBus/python/common/__init__.py 0 additions, 0 deletionsLCS/MessageBus/python/common/__init__.py
- LCS/MessageBus/python/common/factory.py 81 additions, 0 deletionsLCS/MessageBus/python/common/factory.py
- LCS/MessageBus/python/common/util.py 114 additions, 0 deletionsLCS/MessageBus/python/common/util.py
- LCS/MessageBus/python/messaging/CMakeLists.txt 16 additions, 0 deletionsLCS/MessageBus/python/messaging/CMakeLists.txt
- LCS/MessageBus/python/messaging/RPC.py 37 additions, 0 deletionsLCS/MessageBus/python/messaging/RPC.py
- LCS/MessageBus/python/messaging/Service.py 102 additions, 0 deletionsLCS/MessageBus/python/messaging/Service.py
- LCS/MessageBus/python/messaging/__init__.py 29 additions, 0 deletionsLCS/MessageBus/python/messaging/__init__.py
- LCS/MessageBus/python/messaging/exceptions.py 53 additions, 0 deletionsLCS/MessageBus/python/messaging/exceptions.py
- LCS/MessageBus/python/messaging/messagebus.py 405 additions, 0 deletionsLCS/MessageBus/python/messaging/messagebus.py
- LCS/MessageBus/python/messaging/messages.py 308 additions, 0 deletionsLCS/MessageBus/python/messaging/messages.py
- LCS/MessageBus/python/messaging/test/CMakeLists.txt 6 additions, 0 deletionsLCS/MessageBus/python/messaging/test/CMakeLists.txt
- LCS/MessageBus/python/messaging/test/t_messagebus.py 292 additions, 0 deletionsLCS/MessageBus/python/messaging/test/t_messagebus.py
- LCS/MessageBus/python/messaging/test/t_messagebus.run 13 additions, 0 deletionsLCS/MessageBus/python/messaging/test/t_messagebus.run
- LCS/MessageBus/python/messaging/test/t_messagebus.sh 2 additions, 0 deletionsLCS/MessageBus/python/messaging/test/t_messagebus.sh
- LCS/MessageBus/python/messaging/test/t_messages.py 289 additions, 0 deletionsLCS/MessageBus/python/messaging/test/t_messages.py
- LCS/MessageBus/python/messaging/test/t_messages.sh 2 additions, 0 deletionsLCS/MessageBus/python/messaging/test/t_messages.sh
Loading
Please register or sign in to comment