Station / Telegraph Control¶
Purpose¶
Station / Telegraph Control handles command sources from bridge, wing stations, engine control room stations, and other operator command locations.
Responsibilities¶
- Track active and available command stations.
- Support station transfer and takeover logic.
- Validate telegraph command availability.
- Provide a clean command source to lever processing.
Key Interfaces¶
| Interface | Direction | Description |
|---|---|---|
| Station commands | Input | Operator requests and station states |
| Active station | Output | Selected command source |
| Station diagnostics | Output | Availability and transfer status |
Notes¶
Station logic should be explicit about priority, takeover conditions, and behavior during communication loss.