Module spaceapi_server::sensors [] [src]

Sensor related stuff.

Structs

SensorSpec

A specification of a sensor.

Enums

SensorError

A SensorError wraps problems that can occur when reading or updating sensor values.

Traits

ErrorCause
ErrorDescription
ErrorDisplay

Type Definitions

SafeSensorSpecs

A vector of sensor specs, wrapped in an Arc and a Mutex. Safe for use in multithreaded situations. TODO: Maybe we could use a RwLock instead of a Mutex?