MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / _decode

Method _decode

src/Module/Decoder/RS/Genius/Decoder_RS_genius.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template<typename B, typename R>
36int
37Decoder_RS_genius<B, R>::_decode(S* /*Y_N*/, const size_t /*frame_id*/)
38{
39 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
40}
41
42template<typename B, typename R>
43int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected