Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void AllChannels::ready() {
84
for (auto channel : _channelq) {
85
channel->ready();
86
}
87
}
88
89
void AllChannels::kill(Channel* channel) {
90
xQueueSend(_killQueue, &channel, 0);
Callers
1
setup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected