Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopterExpress/clover
/ handleState
Function
handleState
clover/src/led.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void handleState(const led_msgs::LEDStateArray& msg)
229
{
230
state = msg;
231
led_count = state.leds.size();
232
}
233
234
void notify(const std::string& event)
235
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected