Record a new request for deviceId and return the current velocity
signals for the configured sliding window.
This function reads history from storage, counts snapshots within the
window, and returns the computed signals. It does not persist a new
snapshot — that is done in BbasManager.analyze() after all signals are
assembled.
Record a new request for
deviceIdand return the current velocity signals for the configured sliding window.This function reads history from storage, counts snapshots within the window, and returns the computed signals. It does not persist a new snapshot — that is done in
BbasManager.analyze()after all signals are assembled.