Reels
Loading...
Searching...
No Matches
Public Attributes | List of all members
reels::ImageBlock Struct Reference

An generic block structure to store object state in a Python-friendly way. More...

#include <reels.h>

Public Attributes

int size
 The number of already allocated bytes inside the current block. More...
 
int block_num
 The current block number in the BinaryImage. More...
 
uint8_t buffer [IMAGE_BUFF_SIZE]
 The buffer. More...
 

Detailed Description

An generic block structure to store object state in a Python-friendly way.

This structure is 64encoded to 8K (3 input bytes == 24 bit -> 4 output chars == 24 bit). Therefore, its size is 6K.

Member Data Documentation

◆ block_num

int reels::ImageBlock::block_num

The current block number in the BinaryImage.

◆ buffer

uint8_t reels::ImageBlock::buffer[IMAGE_BUFF_SIZE]

The buffer.

◆ size

int reels::ImageBlock::size

The number of already allocated bytes inside the current block.


The documentation for this struct was generated from the following file: