I have a 'long' variable storing a set of flags as a bit field.
I'd like to log that in a datatable so that it captures the logical or of all the samples in the interval.
Is there a way to do that with an output instruction?
Otherwise I know I can do it manually with a cumulative variable reset by a timeintointerval call, but I'd prefer not to do that, since it would be 'brittle' i.e. someone changing the data table definitions might not correctly update the reset code.