MCPcopy Create free account
hub / github.com/bdring/FluidNC / ready

Method ready

FluidNC/src/Serial.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void AllChannels::ready() {
84 for (auto channel : _channelq) {
85 channel->ready();
86 }
87}
88
89void AllChannels::kill(Channel* channel) {
90 xQueueSend(_killQueue, &channel, 0);

Callers 1

setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected