The Flags Module.

Go to the source code of this file.
Functions | |
| void | Flags_Initialize (TransportTXFunction tx_cb) |
| Initialize the Flags sub-system. More... | |
| static bool | Flags_HasChanged () |
| Check if the flags have changed since the last GET_FLAGS message. More... | |
| static void | Flags_SetLogOverflow () |
| Set the log overflow flag. More... | |
| static void | Flags_SetTXDrop () |
| Set the TX Drop flag. More... | |
| static void | Flags_SetTXError () |
| Set the TX Error flag. More... | |
| void | Flags_SendResponse (uint8_t token) |
| Send a flags message. More... | |