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§
- Command
Ack - Acknowledgement of a submitted
ControlCommand. Placeholder. - Control
Command - A control command directed at a provider (e.g. tasking a sensor).
Traits§
- Control
Command Provider - A provider that accepts control commands — a sibling capability to
crate::WeatherBriefingProviderunder the sameContextProvideridentity.