Data type Event
access this type via: pal.Perception (uses)
Data type used to hold an event entry in a batch of perception data.
Fields
char name[] The name of the event.
char sourceComponent[] The originating component of the event (this may not always be set).
int totalValue The total value of events by this name.
int totalCount The total number of events by this name.
DateTime timeFirst The timestamp of the first event by this name.
DateTime timeLast The timestamp of the last event by this name.