Is there a way to obtain the maximum number of recorders? I’m looking for an unsigned sentinel value to indicate that something is wrong.
Hi @todd_mm,
In rsi.h, you should find the following:
static inline constexpr uint32_t RecorderCountMaximum = 64;
Did you mean records?
No. This is what I meant.
I have some stuff that spans multiple recorders and if something goes wrong, I need to set the “current” recorder index to something invalid. I wanted to know just how invalid I needed to be.