|
ESPHome 2026.6.0-dev
|
Data Structures | |
| class | HostGPIOPin |
| class | HostPreferenceBackend |
| class | HostPreferences |
| class | HostTime |
Functions | |
| char ** | get_argv () |
| argv captured by main(); stable for process lifetime. | |
| const std::string & | get_exe_path () |
| Absolute path to running exe (resolved at startup); empty on failure. | |
| void | arm_reexec (const std::string &path) |
| Arm an execv on the next arch_restart(). Pass empty to disarm. | |
| const char * | get_reexec_path () |
| Armed re-exec path, or nullptr. | |
| HostPreferences * | get_preferences () |
| void | setup_preferences () |
Variables | |
| HostPreferences * | host_preferences |
| void esphome::host::arm_reexec | ( | const std::string & | path | ) |
Arm an execv on the next arch_restart(). Pass empty to disarm.
| char ** esphome::host::get_argv | ( | ) |
| const std::string & esphome::host::get_exe_path | ( | ) |
| HostPreferences * esphome::host::get_preferences | ( | ) |
Definition at line 79 of file preferences.cpp.
| const char * esphome::host::get_reexec_path | ( | ) |
| void esphome::host::setup_preferences | ( | ) |
Definition at line 81 of file preferences.cpp.
| HostPreferences * esphome::host::host_preferences |
Definition at line 92 of file preferences.cpp.