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

4 adapter parser refactor #43

Merged
merged 9 commits into from
Sep 25, 2023
Merged

Conversation

the-other-james
Copy link
Contributor

Combines the concepts of DataSource and OnAirParser into a single OnAirDataSource that has functions allowing it to be used for processing files (like the csv_parser) or live telemetry (like SBN adapter or Redis adapter).

Headers are now processed from the meta data file which removes the need for live telemetry sources to define a "dummy" telemetry file just to initialize the headers.

The SBN adapter requires more rework to integrate back in (not due to these changes; the original implementation needs updating). Tracking in issue #42

Closes #4

Copy link
Contributor

@Evana13G Evana13G left a comment

Choose a reason for hiding this comment

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

I looked through everything and everything is standard cuts. I dont have any comments. It ran too

@the-other-james the-other-james merged commit ca08443 into main Sep 25, 2023
2 checks passed
the-other-james added a commit to dennisafa/OnAIR that referenced this pull request Feb 23, 2024
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.

Refactor Adapter Configuration
2 participants