MCPcopy Create free account
hub / github.com/ccMSC/ckb / fwUpdate

Method fwUpdate

src/ckb/kb.cpp:343–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void Kb::fwUpdate(const QString& path){
344 fwUpdPath = path;
345 // Write the active command to ensure it's not ignored
346 cmd.write("active");
347 cmd.write(QString(" @%1 ").arg(notifyNumber).toLatin1());
348 cmd.write("fwupdate ");
349 cmd.write(path.toLatin1());
350 cmd.write("\n");
351}
352
353void Kb::frameUpdate(){
354 // Advance animation frame

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected