public interface EnablingPredicate<S extends EventDetector>
| Modifier and Type | Method and Description |
|---|---|
boolean |
eventIsEnabled(SpacecraftState state,
S eventDetector,
double g)
Compute an event enabling function of state.
|
boolean eventIsEnabled(SpacecraftState state, S eventDetector, double g)
state - current stateeventDetector - underlying detectorg - value of the underlying detector for the current stateCopyright © 2002-2020 CS Group. All rights reserved.