Package | Description |
---|---|
fr.cnes.sirius.patrius.bodies.bsp.spice |
Modifier and Type | Method and Description |
---|---|
static int |
SpiceBody.bodyString2CodeBypass(CounterArray usrctr,
String[] savName,
int[] savCode,
boolean[] savFound,
String name,
boolean[] found)
Translate a string containing a body name or ID code to an integer code, but bypass calling
SpiceBody#bodyString2Code(String) and return saved values provided by the caller if the name is the same
as the saved name and the SpiceBody state did not change. |
boolean |
CounterArray.checkAndUpdate(CounterArray newCounter)
Check and update, if needed, counter array.
|
static boolean |
PoolSpice.checkPoolStateCounter(CounterArray c)
Check and update the POOL state counter tracked by a caller (user) routine.
|
static boolean |
PoolSpice.checkUpdatesIfCounterUpdate(CounterArray c,
String agent)
Determine whether or not any of the POOL variables that are to be watched and have AGENT on their distribution
list have been updated, but do the full watcher check only if the POOL state counter has changed.
|
static int |
SpiceFrame.frameName2IdBypass(CounterArray usrctr,
String[] savnam,
int[] savcde,
String nameF)
Translate a string containing a frame name to its ID code, but bypass calling frameName2Id and return saved value
provided by the caller if the name is the same as the saved name and the POOL state did not change.
|
Copyright © 2023 CNES. All rights reserved.