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

[2SP;3SP] Add C++ and message-based Edge API #393

Closed
ivan-cukic opened this issue Aug 17, 2024 · 0 comments · Fixed by #437
Closed

[2SP;3SP] Add C++ and message-based Edge API #393

ivan-cukic opened this issue Aug 17, 2024 · 0 comments · Fixed by #437
Assignees
Labels
enhancement New feature or request

Comments

@ivan-cukic
Copy link
Contributor

Add the following to the Edge APIs (and make sure message-based and C++ Edge APIs have the same features):

  • minBufferSize (exists)
  • actualBufferSize
  • a global connected that is true if both src and dst ports are connected (exists)
  • weight (exists)
  • edgeName (exists)
  • nReaders() (new)
  • nWriters() (new)
  • edgeType() (Stream, Message)
  • edgeMetaInfo().xxx() (based on the portMetaInfo() which should be identical for both src and dst port)

For edge ports - [input, output]Port() (possibly cached during the initial connection process):

  • name()
  • isSynchronuous()
  • isOptional()
  • priority()
  • defaultValue()
  • minSamples()
  • maxSamples()
  • available() (N.B. the only value that should not be cached)
@ivan-cukic ivan-cukic converted this from a draft issue Aug 17, 2024
@ivan-cukic ivan-cukic self-assigned this Aug 17, 2024
@RalphSteinhagen RalphSteinhagen moved this from 🆕 Ideas (∞) to 🔖 Selected (3) in Digitizer Reimplementation Aug 17, 2024
@RalphSteinhagen RalphSteinhagen added the enhancement New feature or request label Aug 17, 2024
@ivan-cukic ivan-cukic linked a pull request Oct 6, 2024 that will close this issue
@ivan-cukic ivan-cukic changed the title [2SP] Add C++ and message-based Edge API [2SP;3SP] Add C++ and message-based Edge API Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: QA-Accepted/Merged (∞)
Development

Successfully merging a pull request may close this issue.

2 participants