Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ClearHistoryPolicy

enum struct DataStorm::ClearHistoryPolicy
strong

The clear history policy specifies when the history is cleared.

The history can be cleared based on the event of the received sample.

Enumerator
OnAdd 

Clear the sample history when a Add sample is received.

OnRemove 

Clear the sample history when a Remove sample is received.

OnAll 

Clear the sample history when a new sample is received.

OnAllExceptPartialUpdate 

Clear the sample history when a new sample which is not a partial update is received.

Never 

Never clear the sample history.

Definition at line 37 of file Types.h.