Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added simulation histogram #86

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Added simulation histogram #86

merged 1 commit into from
Dec 12, 2016

Conversation

favreau
Copy link
Member

@favreau favreau commented Dec 12, 2016

No description provided.

@@ -173,6 +173,10 @@ void ZeroEQPlugin::_setupHTTPServer()
std::bind( &ZeroEQPlugin::_requestViewport, this ));
_remoteViewport.registerDeserializedCallback(
std::bind( &ZeroEQPlugin::_viewportUpdated, this ));

_httpServer->handle( _remoteHistogram );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handleGET only

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks

@favreau favreau merged commit 2ba8cac into BlueBrain:master Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants