SensESP 3.6.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
wifi_watchdog_policy.h File Reference
#include <cstdint>
#include "sensesp/net/wifi_state.h"
Include dependency graph for wifi_watchdog_policy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::WiFiWatchdogPolicy
 Pure decision logic for the WiFi watchdog. More...
 

Namespaces

namespace  sensesp
 

Enumerations

enum class  sensesp::WiFiWatchdogLink { sensesp::kUp , sensesp::kDown , sensesp::kNeutral }
 Link state as seen by the WiFi watchdog. More...
 

Functions

WiFiWatchdogLink sensesp::wifi_watchdog_link_from_state (WiFiState state)
 Map a NetworkState (WiFiState) to the watchdog's view of the link.