MCPcopy Create free account
hub / github.com/FastLED/FastLED / poll

Method poll

tests/fl/channels/driver.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 DriverState poll() override {
73 // Mock implementation: always return READY after transmission
74 if (!mTransmittingChannels.empty()) {
75 mTransmittingChannels.clear();
76 }
77 return DriverState::READY;
78 }
79
80 fl::string getName() const override { return mName; }
81

Callers 15

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
waitReadyFunction · 0.45
waitForDriverReadyFunction · 0.45
FL_TEST_FILEFunction · 0.45
pollUntilReadyMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected