We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Hi, can you give a short explanation or example what you are meaning?
Sorry, something went wrong.
Hi Alexandra,
can you give a short explanation or example what you are meaning?
Sure :)
The implementation of the rtp node-type still uses the old/legacy C-API: https://github.com/VILLASframework/node/blob/master/lib/nodes/rtp.cpp
rtp
And example for an already to C++ ported node-type is the exec node-type: https://github.com/VILLASframework/node/blob/master/lib/nodes/exec.cpp
exec
In the new C++ API, every node-type is a sub-class of villas::node::Node.
villas::node::Node
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: