Skip to content

Struct astrea::astro::EventDetector::EventTracker

ClassList > 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.

std::set<Time> astrea::astro::EventDetector::EventTracker::detectionTimes;


variable event

The Event being tracked.

Event astrea::astro::EventDetector::EventTracker::event;


variable firstMeasurement

Whether this is the first measurement for the Event .

bool astrea::astro::EventDetector::EventTracker::firstMeasurement;


variable previousTime

The previous time the Event was measured.

Time astrea::astro::EventDetector::EventTracker::previousTime;


variable previousValue

The previous value the Event was measured at.

Unitless astrea::astro::EventDetector::EventTracker::previousValue;



The documentation for this class was generated from the following file astrea/astro/astro/propagation/event_detection/EventDetector.hpp