Package | Description |
---|---|
fr.cnes.sirius.patrius.events |
Modifier and Type | Class and Description |
---|---|
class |
GenericCodingEventDetector
This class represents an all-purpose implementation of the
CodingEventDetector interface. |
Modifier and Type | Method and Description |
---|---|
CodingEventDetector |
CodedEventsLogger.LoggedCodedEvent.getDetector()
Gets the
CodingEventDetector that generated the coded event. |
Modifier and Type | Method and Description |
---|---|
Map<CodingEventDetector,CodedEventsList> |
CodedEventsLogger.buildCodedEventListMap()
Builds a map of
CodedEventsList , one list per CodingEventDetector instance. |
Map<CodingEventDetector,PhenomenaList> |
CodedEventsLogger.buildPhenomenaListMap(AbsoluteDateInterval definitionInterval,
SpacecraftState duringState)
Builds a map of
PhenomenaList , one list per CodingEventDetector instance. |
Modifier and Type | Method and Description |
---|---|
EventDetector |
CodedEventsLogger.monitorDetector(CodingEventDetector detector)
Takes a
CodingEventDetector instance and returns an EventDetector instance that will trigger this
CodedEventsLogger every time eventOccurred is called. |
Copyright © 2020 CNES. All rights reserved.