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

Method SetInt

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

Source from the content-addressed store, hash-verified

351}
352
353void ExpressionValue::SetInt(int32_t i) noexcept
354{
355 Release();
356 type = (uint32_t)TypeCode::Int32;
357 iVal = i;
358}
359
360void ExpressionValue::SetChar(char c) noexcept
361{

Callers 8

THROWSFunction · 0.80
THROWSFunction · 0.80
THROWSFunction · 0.80
ParseNumberMethod · 0.80
SetStrStrResultFunction · 0.80
ValueMenuItem.cppFile · 0.80
THROWSFunction · 0.80
EstimateTimeToPauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected