MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / TJpg_Decoder

Method TJpg_Decoder

lib/TJpg_Decoder/src/TJpg_Decoder.cpp:20–24  ·  view source on GitHub ↗

** Function name: TJpg_Decoder ** Description: Constructor ***************************************************************************************/

Source from the content-addressed store, hash-verified

18** Description: Constructor
19***************************************************************************************/
20TJpg_Decoder::TJpg_Decoder()
21{
22 // Setup a pointer to this class for static functions
23 thisPtr = this;
24}
25
26/***************************************************************************************
27** Function name: ~TJpg_Decoder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected