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

API Audit - rename confusing parser functions #459

Merged
merged 2 commits into from
May 22, 2019
Merged

Conversation

Pessimistress
Copy link
Contributor

There is no breaking change -- all renamed functions are exported with backward-compatible aliases.

The term "stream" was used in two contexts:

  • referring to a stream in the XVIZ protocol
  • differentiating between streaming vs. ETL

The second is dropped from all function names in this PR.

  • parseStreamMessage -> parseXVIZMessage
  • parseStreamDataMessage -> parseXVIZMessageSync
  • parseStreamVideoMessage -> parseVideoMessageV1
  • parseStreamLogData -> parseXVIZData
  • LOG_STREAM_MESSAGE -> XVIZ_MESSAGE_TYPE

@Pessimistress Pessimistress merged commit f725fd2 into master May 22, 2019
@Pessimistress Pessimistress deleted the x/refactor branch May 22, 2019 19:00
alexhaislip pushed a commit to Smart-Ag/xviz that referenced this pull request Aug 2, 2021
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