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

A way to add arrays? #20

Open
AlePre2 opened this issue Apr 2, 2024 · 4 comments
Open

A way to add arrays? #20

AlePre2 opened this issue Apr 2, 2024 · 4 comments

Comments

@AlePre2
Copy link

AlePre2 commented Apr 2, 2024

Hello there is a way to add an array in the UDP comunication?

@extall
Copy link
Member

extall commented Apr 2, 2024

Can you let me know what the use case is?

@AlePre2
Copy link
Author

AlePre2 commented Apr 2, 2024

Just reciving an array of floats instead of having a lot of lines like in the example

@extall
Copy link
Member

extall commented Apr 2, 2024

This depends on how data are serialized. At the moment, we supply every serialized data type in the set explicitly.

So, to answer your question, you could potentially use an array, but then you would need to serialize and deserialize it yourself which may involve rewriting the code of the plugin or using some Blueprint functions.

Maybe @saleh9292 can add something here?

@AlePre2
Copy link
Author

AlePre2 commented Apr 2, 2024

Thank you ♥

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

No branches or pull requests

2 participants