MCPcopy Create free account
hub / github.com/RustCV/RustCV / HealthIssue

Enum HealthIssue

rustcv-core/src/telemetry.rs:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#[derive(Debug, Clone, Copy, PartialEq, Eq)]
50pub enum HealthIssue {
51 Overheating,
52 BandwidthSaturation,
53 HighPacketLoss,
54 SensorError,
55}
56
57impl DeviceTelemetry {
58 /// 基于遥测数据简单的健康评估

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected