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

Method GetValue

src/ObjectModel/Variable.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 ReadLockedPointer<const char> GetName() const noexcept { return name.Get(); }
28 ExpressionValue GetValue() const noexcept { return val; }
29 int16_t GetScope() const noexcept { return scope; }
30 void Assign(ExpressionValue& ev) THROWS(GCodeException);
31 void AssignIndexed(const ExpressionValue& ev, size_t numIndices, const uint32_t *_ecv_array indices) THROWS(GCodeException) pre(numIndices != 0; indices.lim >= numIndices);

Callers 2

THROWSFunction · 0.80
THROWSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected