Add documentation to sensors library.
This commit is contained in:
parent
310a3fb372
commit
81720074e4
|
@ -1,3 +1,5 @@
|
||||||
|
// Functions for reading from on-board sensors and performing other ship-local
|
||||||
|
// monitoring tasks.
|
||||||
|
|
||||||
// we rebuild the sensor list with every invocation, because things change
|
// we rebuild the sensor list with every invocation, because things change
|
||||||
function buildSensorList {
|
function buildSensorList {
|
||||||
|
@ -52,3 +54,4 @@ function ReadSensor {
|
||||||
|
|
||||||
return ret.
|
return ret.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user