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

Method seekToIndexMark

lib/decoders/decoders.cc:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void Decoder::seekToIndexMark()
130{
131 _fmr->skipToEvent(F_BIT_PULSE);
132 _fmr->seekToIndexMark();
133}
134
135std::vector<bool> Decoder::readRawBits(unsigned count)
136{

Callers

nothing calls this directly

Calls 1

skipToEventMethod · 0.80

Tested by

no test coverage detected