Struct astrea::astro::EventDetector::EventTracker¶
A struct for tracking events.
Public Attributes¶
| Type | Name |
|---|---|
| std::set< Time > | detectionTimes The times at which the Event was detected. |
| Event | event The Event being tracked. |
| bool | firstMeasurement Whether this is the first measurement for the Event . |
| Time | previousTime The previous time the Event was measured. |
| Unitless | previousValue The previous value the Event was measured at. |
Public Attributes Documentation¶
variable detectionTimes¶
The times at which the Event was detected.
variable event¶
The Event being tracked.
variable firstMeasurement¶
Whether this is the first measurement for the Event .
variable previousTime¶
The previous time the Event was measured.
variable previousValue¶
The previous value the Event was measured at.
The documentation for this class was generated from the following file astrea/astro/astro/propagation/event_detection/EventDetector.hpp