FairMQ/fairmq
Alexey Rybalchenko adc7443aa5 Allow easier testing without having to recompile for use of binary/boost/protobuf payload.
to use different data transfer method, just provide a parameter to the script, e.g.:
./startAll bin
./startAll boost
./startAll proto
etc.

if no or incorrect parameters is provided, binary method will be used!
protobuf method works only if the library is available on the system, otherwise it is not compiled.
2014-05-08 12:56:30 +02:00
..
nanomsg Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
prototest Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
run Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
zeromq Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
CMakeLists.txt Allow easier testing without having to recompile for use of binary/boost/protobuf payload. 2014-05-08 12:56:30 +02:00
FairMQBenchmarkSampler.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQBenchmarkSampler.h Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQBuffer.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQBuffer.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQConfigurable.cxx change argument passing by value/reference 2014-01-28 11:56:08 +01:00
FairMQConfigurable.h change argument passing by value/reference 2014-01-28 11:56:08 +01:00
FairMQDevice.cxx Allow easier testing without having to recompile for use of binary/boost/protobuf payload. 2014-05-08 12:56:30 +02:00
FairMQDevice.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQLogger.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQLogger.h Logger fix: direct constructor call 2014-03-04 15:11:19 +01:00
FairMQMerger.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQMerger.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQMessage.cxx cosmetic change 2014-01-31 14:06:34 +01:00
FairMQMessage.h - Make FairMQSampler generic. 2014-02-07 12:36:01 +01:00
FairMQPoller.cxx add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQPoller.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQProxy.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQProxy.h use factory for sockets 2014-01-28 11:56:08 +01:00
FairMQSink.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQSink.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQSocket.cxx use factory for sockets 2014-01-28 11:56:08 +01:00
FairMQSocket.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQSplitter.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQSplitter.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQStateMachine.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQStateMachine.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQTransportFactory.cxx use factory for messages 2014-01-28 11:56:08 +01:00
FairMQTransportFactory.h - Make FairMQSampler generic. 2014-02-07 12:36:01 +01:00