Add documentation to sensors library.
This commit is contained in:
parent
310a3fb372
commit
81720074e4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
function buildSensorList {
|
||||
|
@ -52,3 +54,4 @@ function ReadSensor {
|
|||
|
||||
return ret.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue