BlueBrain / Monsteer

Interactive Supercomputing Tools and Library
http://bluebrain.github.io/
GNU Lesser General Public License v3.0
4 stars 7 forks source link

Adapting to the servus::Serializable event #26

Closed bilgili closed 8 years ago

eile commented 8 years ago

We've always been C++11 in Monsteer (ZeroEQ and FlatBuffers required it)

I personally find the lambda more elegant, since it's the same as a bind by native means.

bilgili commented 8 years ago

retest this please

bilgili commented 8 years ago

retest this please

bilgili commented 8 years ago

@hernando : Currently ZeroEQ subscriber does not support triggering events when event has no payload ( there is an issue https://github.com/HBPVIS/ZeroEQ/issues/158 ). So, until we transform Monsteer into ZeroBuf or, we add triggering callbacks with empty events, we enable pure event support that @tribal-tec is adding, I moved the EOS event to have a bool in it ( so has a payload ).

hernando commented 8 years ago

Merge once you remove the unneeded header.