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

mulitple TP queues, one per plane #228

Merged
merged 1 commit into from
Sep 25, 2024
Merged

mulitple TP queues, one per plane #228

merged 1 commit into from
Sep 25, 2024

Conversation

glehmannmiotto
Copy link
Contributor

No description provided.

@@ -145,7 +145,7 @@ class WIBEthFrameProcessor : public datahandlinglibs::TaskRawDataProcessorModel<
//std::array<uint, swtpg_wibeth::NUM_REGISTERS_PER_FRAME * swtpg_wibeth::SAMPLES_PER_REGISTER> m_register_channels;
std::vector<std::pair<int16_t, int16_t>> m_channel_plane_numbers;

std::shared_ptr<iomanager::SenderConcept<trigger::TriggerPrimitiveTypeAdapter>> m_tp_sink;
std::shared_ptr<iomanager::SenderConcept<trigger::TriggerPrimitiveTypeAdapter>> m_tp_sink[3];
Copy link
Member

Choose a reason for hiding this comment

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

Will this always be 3? Should we use std::array or std::vector?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this may change if we decide for different subdivisions.

Copy link
Member

@eflumerf eflumerf left a comment

Choose a reason for hiding this comment

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

Works in my integration testing area

@glehmannmiotto glehmannmiotto merged commit 1fd4550 into develop Sep 25, 2024
2 checks passed
@glehmannmiotto glehmannmiotto deleted the glm/multi_tp branch September 25, 2024 05:43
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