|
Igtimi Yachtbot Firmware
|
#include "uTrack.h"#include "utWind.h"#include "utHAL.h"#include "utNmeaDriver.h"#include "utMonitor.h"Data Structures | |
| struct | UT_WIND_InputConfig |
Macros | |
| #define | SHUTDOWN_TIME 3000 |
| #define | RECEIVED_SHUTDOWN_TIME 1000 |
Functions | |
| void | setup_TimedWindLog (void) |
| bool | utWindIsRunning (void) |
| bool | utWind_Notify (UT_DeviceMessage state) |
| UT_NMEA_Store * | utWind_GetNMEAStore (void) |
Variables | |
| LOGTYPE | windLogType = LOGTYPE_TIMED_SENSOR |
The software module for handling wind data.
See also: utNMEAParser.c utNMEAStore.c utNMEADriver.c
| bool utWind_Notify | ( | UT_DeviceMessage | state | ) |
The Notify function passes a message to the Wind software module, informing it of expected module state. It returns a value that is considered a response to a query about the specified state.
| state | A state message. |