You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: eu.dariolucia.reatmetric.driver.spacecraft/src/main/java/eu/dariolucia/reatmetric/driver/spacecraft/services/impl/OnboardOperationsSchedulingService.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@
40
40
/**
41
41
* This class implements the ECSS PUS 11 command scheduling service (limited to 11,4 and 11,3 commands).
42
42
* TODO: support for 11,1, 11,2 and status report (minimal capability set) to be implemented
Copy file name to clipboardExpand all lines: eu.dariolucia.reatmetric.ui/src/main/java/eu/dariolucia/reatmetric/ui/controller/ActivityDataViewController.java
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@ public class ActivityDataViewController extends AbstractDisplayController implem
booleanconfirm = DialogUtils.confirm("Purge activity occurrences", null, "If you continue, the monitoring of the selected occurrences will stop and the occurrences will be removed " +
731
742
"from the processing model. Do you want to purge the selected occurrences?");
@@ -743,6 +754,18 @@ public void onPurgeMenuItem(ActionEvent actionEvent) {
booleanconfirm = DialogUtils.confirm("Remove activity occurrences", null, "If you continue, the display will be cleared from the currently displayed activity occurrences. " +
0 commit comments