Interface | Description |
---|---|
SequenceInterface |
Interface for all classes containing TC sequences
|
SequenceTimelineInterface |
Interface to be implemented by classes containing a list of sequences (PORs, PDORs, ITLs, Observations, etc)
|
Class | Description |
---|---|
AbstractAllowOverlapChecker | |
AbstractSequence | |
HistoryModes |
Class to store the history of a simulation of a planning period
It stores a list of actions that occurred, this actions are actually defined by
the time when the action occurred,
the mode that the spacecraft goes by this action,
the command that triggered this action
the original execution time of the command that triggered this action
and a ModelState object with all the spacecraft modes when this action occurred.
|
MappsModesOrcdMap |
Class that allows to init the status of a simulation using the ITL code that may be present in an ITL
The current implementation if fully Rosetta specific
|
Mib |
The MIB to be used.
|
MocPower |
Object that contains the data read form a PWPL file (the power limits defined by MOC)
|
ModelState |
Class to store the status of the spacecraft (states of the instruments and power consumed) at any given time.
|
Orcd |
Implementation of the Operations Rules and Constrains Document.
|
Parameter |
Class to store a parameter from a sequence
|
ParameterFloat |
Class to store a sequence parameter with numeric value (raw)
|
ParameterString |
Class to store a sequence parameter with a literal value (Engineering).
|
Pdor |
Class to handle PDORs (Payload Direct Operations Requests) as well as old style (ASCII) PORs, as they follow the same format
|
Por |
Class to store a Payload Operation Request (POR), is a set of sequences to be executed at the spacecraft
|
PorChecker |
Class to perform checks over a POR
|
PorUtils |
Class to perform a set of utilty methods over PORs and other classes from this package
|
PowerInstrument |
Class to store the power consumed by instruments at any give time
|
PrioritySequence |
A special sequence used to set the priority downlink for the instruments
|
RosettaOverlapChecker |
Sequence overlap checker for Rosetta
|
RosettaSsmmSimulator |
Rosetta SSMM simulator
|
Sequence | |
SequenceProfile |
Class to store a sequence profile (a consumption of resources, power or datarate)
|
SequenceTimeline |
Class to store a timeline of sequences to be executed
|
Simulation | |
SimulationContext | |
SsmmSimulator | |
SuperPor | |
TestCommanding |