Skip to main content

Module manifest

Module manifest 

Source

Structs§

PluginManifest
PluginMetadata
RPluginManifest
RPluginMetadata
RSensorDescriptor
SensorDescriptor

Constants§

MAX_RATE_HZ
Upper bound of the scheduler’s accepted sampling rate, in Hz. Above this most sensors saturate /sys read latency without producing useful new data; we cap here to protect the daemon from misconfigured clients.
MIN_RATE_HZ
Lower bound of the scheduler’s accepted sampling rate, in Hz. Below this the scheduler’s period math (1e6 / rate) starts producing unreasonably large gaps; we floor here instead.