|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodingEventDetector | |
---|---|
fr.cnes.sirius.patrius.events |
Uses of CodingEventDetector in fr.cnes.sirius.patrius.events |
---|
Classes in fr.cnes.sirius.patrius.events that implement CodingEventDetector | |
---|---|
class |
GenericCodingEventDetector
This class represents an all-purpose implementation of the CodingEventDetector interface.It works using the EventDetector provided in the constructor. |
Methods in fr.cnes.sirius.patrius.events that return CodingEventDetector | |
---|---|
CodingEventDetector |
CodedEventsLogger.LoggedCodedEvent.getDetector()
Gets the CodingEventDetector that generated the coded event. |
Methods in fr.cnes.sirius.patrius.events that return types with arguments of type CodingEventDetector | |
---|---|
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. |
Methods in fr.cnes.sirius.patrius.events with parameters of type CodingEventDetector | |
---|---|
EventDetector |
CodedEventsLogger.monitorDetector(CodingEventDetector detector)
Takes a CodingEventDetector instance and returns an EventDetector instance that will trigger this
CodedEventsLogger every time eventOccurred is called. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |