interdpth / KiNoMet

Reimplementation of Meteo
10 stars 0 forks source link

Rework strip system. #8

Closed interdpth closed 2 years ago

interdpth commented 2 years ago

Get full number of bytes needed. Find places we can store strips. Make a system to handle that. More strips, the better.

interdpth commented 2 years ago

so first off intially from the old code we could fit two strips, a strip = 260*sizeof(cvid_codebook)

new cvid_codebook size is 8

old is 18

interdpth commented 2 years ago

fixed memory leak, intial class created

interdpth commented 2 years ago

done