Module spaceapi_server::sensors
[−]
[src]
Sensor related stuff.
Structs
| SensorSpec |
A specification of a sensor. |
Enums
| SensorError |
A |
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? |