MCPcopy 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
228void handleState(const led_msgs::LEDStateArray& msg)
229{
230 state = msg;
231 led_count = state.leds.size();
232}
233
234void notify(const std::string& event)
235{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected