Skip to content
Snippets Groups Projects
Commit 546e2359 authored by Daniel Rafeh's avatar Daniel Rafeh
Browse files

seventh use case details added

parent 2d8ad39a
No related branches found
No related tags found
No related merge requests found
...@@ -207,3 +207,37 @@ ...@@ -207,3 +207,37 @@
| 1 | Rover erkennt bewegliches oder stationäres Hindernis | | 1 | Rover erkennt bewegliches oder stationäres Hindernis |
--- ---
### 7. **US07 - Statusmeldung**
- **Use Case**: Rover sendet Statusmeldung
- **Goal in Context**: Mars Mission Control möchte wissen, ob der Rover den Befehl erfolgreich ausgeführt hat.
- **Scope & Levels**: Kommunikationssystem.
- **Preconditions**: Kommunikation mit dem Rover ist aktiv.
- **Success End Condition**: Eine Statusmeldung wird erfolgreich empfangen.
- **Failed End Condition**: Keine Rückmeldung oder beschädigte Daten.
- **Primary / Secondary Actors**:
- **Primary Actor**: Rover
- **Secondary Actor**: Mars Mission Control
- **Trigger**: Rover führt eine Aktion durch oder es tritt ein Fehler auf.
- **Description**:
| Step | Branching Action |
|------|--------------------------------------------------|
| 1 | Rover führt eine Aktion aus |
| 2 | Rover erstellt Statusmeldung |
| 3 | Rover sendet Statusmeldung an Mission Control |
| 4 | Mission Control empfängt und interpretiert sie |
- **Extensions**:
| Step | Branching Action |
|------|---------------------------------------------------|
| 3 | Übertragung schlägt fehl, Nachricht wird gepuffert|
| 4 | Empfang gestört oder unvollständig |
- **Subvariations**:
| Step | Branching Action |
|------|-----------------------------------------------------|
| 2 | Statusmeldungen enthalten zusätzlich Diagnosedaten |
---
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment