C++: Replace the many parameters of rerun::spawn
with a struct
#4142
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🌊 C++ API
C/C++ API specific
🏎️ Quick Issue
Can be fixed in a few hours or less
Milestone
Describe the annoyance
Overriding one default parameter in
RecordingStream::spawn
requires passing in all previous parameters:Expected behavior
Be able to override a single default parameter without providing all previous default values.
Your goals
It would be nice to define the configs in a struct with defaults and pass it into the function that way. With this, we would be able to do:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: