navSensorUpdate (Function) |
Top Previous Next |
This function will update the status of a sensor on the display of the navigation unit.
Input: id : INT Unique ID to identify the sensor to update.
severity : SINT (0..2, default: 0) The severity of the sensor status:
play_sound : BOOL (default FALSE) Set to true to play a sound when the update is received.
log_status : BOOL (default FALSE) Set to true to store this update in the history of the sensor.
status : STRING The new status of the sensor. Max. 79 characters.
desc : STRING The description for the status. Max. 109 characters.
Returns: INT
Declaration: FUNCTION navSensorUpdate : INT;
Example: INCLUDE rtcu.inc |