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

Add timeline visualizer for Harp message streams #76

Merged
merged 4 commits into from
Nov 5, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Oct 4, 2023

This PR adds a new visualizer for synchronized Harp message streams. It takes a grouped or ungrouped stream of messages and plots every message as a point, where the X-coordinate is taken from the message timestamp along a shared time axis, and the Y-coordinate is the message register address.

The TimeSpan property can be optionally specified to restrict the number of plotted messages to a specific interval. In this case, the most recent messages are always taken, and messages older than the specified time span from the most recent message timestamp will be discarded.

The new TimelineGraph operator is introduced as a new package Bonsai.Harp.Visualizers.

@glopesdev glopesdev added the feature New planned feature label Oct 4, 2023
@glopesdev glopesdev merged commit affa52f into bonsai-rx:main Nov 5, 2023
@glopesdev glopesdev deleted the timeline-visualizer branch November 5, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant