MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / readFloat32

Method readFloat32

pj_datastore/src/column_buffer.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308// ---------------------------------------------------------------------------
309
310float TypedColumnBuffer::readFloat32(std::size_t row) const {
311 return readFixed<float>(row);
312}
313
314double TypedColumnBuffer::readFloat64(std::size_t row) const {
315 return readFixed<double>(row);

Callers 3

sortRowsByTimestampMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64