MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / FluxmapReader

Method FluxmapReader

lib/data/fluxmapreader.cc:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <strings.h>
11
12FluxmapReader::FluxmapReader(const Fluxmap& fluxmap):
13 _fluxmap(fluxmap),
14 _bytes(fluxmap.ptr()),
15 _size(fluxmap.bytes()),
16 _config(globalConfig()->decoder())
17{
18 rewind();
19}
20
21void FluxmapReader::getNextEvent(int& event, unsigned& ticks)
22{

Callers

nothing calls this directly

Calls 2

ptrMethod · 0.80
bytesMethod · 0.80

Tested by

no test coverage detected