fr.cnes.genopus.nonWidget.events
Interface CustomTriggeredEventDetector

All Superinterfaces:
CustomEventDetector, org.orekit.propagation.events.EventDetector, Serializable
All Known Implementing Classes:
CustomAOLDetector, CustomApsideDetector, CustomEclipseDetector, CustomLocalTimeDetector, CustomNodeDetector, CustomVisibilityFromStationDetector

public interface CustomTriggeredEventDetector
extends CustomEventDetector

Interface to be implemented by custom detectors that can be triggered after a number of ocurrences.

Author:
ffsm

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.orekit.propagation.events.EventDetector
org.orekit.propagation.events.EventDetector.Action
 
Field Summary
 
Fields inherited from interface org.orekit.propagation.events.EventDetector
DECREASING, INCREASING, INCREASING_DECREASING
 
Method Summary
 int getTriggerCount()
          Getter for the count from which the event must be triggered.
 
Methods inherited from interface fr.cnes.genopus.nonWidget.events.CustomEventDetector
getAction
 
Methods inherited from interface org.orekit.propagation.events.EventDetector
eventOccurred, g, getMaxCheckInterval, getMaxIterationCount, getSlopeSelection, getThreshold, init, resetState, shouldBeRemoved
 

Method Detail

getTriggerCount

int getTriggerCount()
Getter for the count from which the event must be triggered.

Returns:
the count from which the event must be triggered.


Copyright © 2017. All rights reserved.