correct data processor persistance

Hi everyone, I have quick dataprocessor question. Currently I need to generate and timestamp/counter against some of the data signals from a metamotion device.
I can create my data processors using mbl_mw_dataprocessor_accounter_create_count, given an appropriate mbl_mw_acc_get_acceleration_data_signal (etc).
This all works as expected. However, what's the lifecycle management I need to do to create/reuse this dataprocessor on disconnect/reconnect at a later date to either the same/different ios device?
Should I simply clear out all the data processors (is this possible?) and signals (are they persisted?) and recreate them and continue on sampling or do I need to track them by created dataprocessor id against a specific device and then clear them out on reconnect (or simply start them again).
Or I could have completely miss understood the life cycle of these.
Any insights greatly appreciated.

Sign In or Register to comment.