Module messages

Module messages 

Source
Expand description

Message types for TUI communication between UI and worker threads.

This module re-exports the shared message types from aranet-core::messages. These types are used for bidirectional communication in both TUI and GUI applications:

  • Command: Messages sent from the UI thread to the background worker
  • SensorEvent: Events sent from the worker back to the UI thread

Structs§

CachedDevice
Cached device data loaded from the store.

Enums§

Command
Commands sent from the UI thread to the background worker.
SensorEvent
Events sent from the background worker to the UI thread.