public class CustomNodeDetector extends fr.cnes.sirius.patrius.events.detectors.NodeDetector implements CustomEventDetector
| Modifier and Type | Field and Description |
|---|---|
static String |
NOD_DEC_STR
Coding message.
|
static String |
NOD_INC_STR
Coding message.
|
ASCENDING, ASCENDING_DESCENDING, DESCENDINGreferenceFrame| Constructor and Description |
|---|
CustomNodeDetector(fr.cnes.sirius.patrius.frames.Frame frame,
int slopeSelection)
Constructor with target node and body shape.
|
CustomNodeDetector(fr.cnes.sirius.patrius.frames.Frame frame,
int slopeSelection,
double maxCheck,
double threshold,
fr.cnes.sirius.patrius.events.EventDetector.Action action)
Constructor with complete data.
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.events.EventDetector |
copy() |
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.
|
String |
toString() |
g, getFrame, getNormalVector, getPointfilterEvent, getActionAtEntry, getActionAtExit, getMaxCheckInterval, getMaxIterationCount, getSlopeSelection, getThreshold, init, isRemoveAtEntry, isRemoveAtExit, logEventsOverTimeInterval, resetState, setMaxCheckInterval, setMaxIter, shouldBeRemovedpublic static final String NOD_INC_STR
public static final String NOD_DEC_STR
public CustomNodeDetector(fr.cnes.sirius.patrius.frames.Frame frame,
int slopeSelection)
frame - frame in which the equator is defined (typical values are J2000 or ITRF 2005).slopeSelection - slope selectionpublic CustomNodeDetector(fr.cnes.sirius.patrius.frames.Frame frame,
int slopeSelection,
double maxCheck,
double threshold,
fr.cnes.sirius.patrius.events.EventDetector.Action action)
frame - frame in which the equator is defined (typical values are J2000 or ITRF 2005).slopeSelection - slope selectionemaxCheck - maximum checking interval (s).threshold - convergence threshold (s).action - action to be performed in case of event detection.public fr.cnes.sirius.patrius.events.EventDetector.Action getAction()
getAction in interface CustomEventDetectorpublic fr.cnes.sirius.patrius.events.EventDetector copy()
copy in interface fr.cnes.sirius.patrius.events.EventDetectorcopy in class fr.cnes.sirius.patrius.events.detectors.NodeDetectorpublic fr.cnes.sirius.patrius.events.postprocessing.CodingEventDetector getCodingEventDetector(String incEventString, String decEventString)
CustomEventDetectorgetCodingEventDetector in interface CustomEventDetectorincEventString - 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 functionpublic String getCodeInc()
getCodeInc in interface CustomEventDetectorpublic String getCodeDec()
getCodeDec in interface CustomEventDetectorCopyright © 2025. All rights reserved.