MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / SetFloat

Method SetFloat

src/ObjectModel/ObjectModel.cpp:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void ExpressionValue::SetFloat(float f, uint32_t digits) noexcept { Release(); type = (uint32_t)TypeCode::Float; fVal = f; param = digits; }
368
369void ExpressionValue::SetDriverId(DriverId did) noexcept
370{

Callers 5

THROWSFunction · 0.45
THROWSFunction · 0.45
ParseNumberMethod · 0.45
ValueMenuItem.cppFile · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected