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

Method AsyncUserCommand

FluidNC/src/Settings.h:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396class AsyncUserCommand : public UserCommand {
397public:
398 AsyncUserCommand(const char* grblName,
399 const char* name,
400 Error (*action)(const char*, AuthenticationLevel, Channel&),
401 bool (*cmdChecker)(),
402 permissions_t auth = WG) :
403 UserCommand(grblName, name, action, cmdChecker, auth, false) {}
404};
405
406// Execute the startup script lines stored in non-volatile storage upon initialization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected