MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / emergency_response_callback

Function emergency_response_callback

tests/test-scheduler-priority.cpp:198–203  ·  view source on GitHub ↗

* @brief Emergency response callback - simulates highest priority emergency handling */

Source from the content-addressed store, hash-verified

196 * @brief Emergency response callback - simulates highest priority emergency handling
197 */
198void emergency_response_callback() {
199 priority_callback_counter++;
200 priority_test_output.push_back("emergency_response_executed");
201 priority_execution_times[priority_execution_index++] = millis();
202 // Simulate emergency response requiring immediate attention
203}
204
205/**
206 * @brief Test fixture class for TaskScheduler priority functionality

Callers

nothing calls this directly

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected