Skip to main content

Module command

Module command 

Source
Expand description

The control-command capability.

Stub: the trait and its payloads exist so a tasking/control source can be added later as a sibling capability, but no adapter implements it yet.

Structs§

CommandAck
Acknowledgement of a submitted ControlCommand. Placeholder.
ControlCommand
A control command directed at a provider (e.g. tasking a sensor).

Traits§

ControlCommandProvider
A provider that accepts control commands — a sibling capability to crate::WeatherBriefingProvider under the same ContextProvider identity.