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] Add C++ and message-based Edge API #393

Open
ivan-cukic opened this issue Aug 17, 2024 · 0 comments
Open

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

ivan-cukic opened this issue Aug 17, 2024 · 0 comments
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 self-assigned this Aug 17, 2024
@RalphSteinhagen RalphSteinhagen added the enhancement New feature or request label Aug 17, 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: 🏗 In progress
Development

No branches or pull requests

2 participants