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

Method StringSetting

FluidNC/src/Settings.h:284–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 int32_t max);
283
284 StringSetting(type_t type, permissions_t permissions, const char* grblName, const char* name, const char* defVal) :
285 StringSetting(NULL, type, permissions, grblName, name, defVal, 0, 0) {};
286
287 void load() override;
288 void setDefault() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected