|
SatCat5
|
Data-structure representing a single fine-grained memory block.
This is used internally, and is not intended for end-users.
Definition at line 75 of file multi_buffer.h.
#include <multi_buffer.h>
Public Member Functions | |
| MultiChunk (const MultiChunk &t)=delete | |
| MultiChunk & | operator= (const MultiChunk &t)=delete |
Public Attributes | |
| u8 | m_data [SATCAT5_MBUFF_CHUNK] |
Private Attributes | |
| satcat5::io::MultiChunk * | m_next |