MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / main

Function main

OpenHD/ohd_common/test/test_ohd_reboot.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "openhd_reboot_util.h"
31
32int main() {
33 // RebootUtil::handlePowerCommand(false);
34 openhd::reboot::handle_power_command_async(std::chrono::seconds(3), false);
35 std::this_thread::sleep_for(std::chrono::seconds(10));
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected