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

◆ SampleEvent

enum class DataStorm::SampleEvent : std::uint8_t
strong

Describes the operation used by a data writer to update a data element.

Enumerator
Add 

The data writer added the element.

Update 

The data writer updated the element.

PartialUpdate 

The data writer partially updated the element.

Remove 

The data writer removed the element.

Definition at line 33 of file SampleEvent.h.