public interface CustomEventDetector
extends fr.cnes.sirius.patrius.events.EventDetector
EventDetector PATRIUS interface.| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.events.EventDetector.Action |
getAction()
Getter for the action to be performed in case of event detection.
|
String |
getCodeDec()
Returns code on decreasing.
|
String |
getCodeInc()
Returns code on increasing.
|
fr.cnes.sirius.patrius.events.postprocessing.CodingEventDetector |
getCodingEventDetector(String incEventString,
String decEventString)
Get the coding event detector for some given increasing and decreasing messages.
|
fr.cnes.sirius.patrius.events.EventDetector.Action getAction()
fr.cnes.sirius.patrius.events.postprocessing.CodingEventDetector getCodingEventDetector(String incEventString, String decEventString)
incEventString - message to be included at the beginning of the message log when the detector is triggered
with increasing g functiondecEventString - message to be included at the beginning of the message log when the detector is triggered
with decreasing g functionString getCodeInc()
String getCodeDec()
Copyright © 2025. All rights reserved.