BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_SeqReader Struct Reference

Definition of a simple flat buffer iterator. More...

#include <UtilDefs_SeqReadWrite.h>

+ Collaboration diagram for BSL_SeqReader:

Data Fields

const uint8_t * cursor
 Current cursor into available data.
 
size_t remain
 Remaining available buffer.
 

Detailed Description

Definition of a simple flat buffer iterator.

Definition at line 41 of file UtilDefs_SeqReadWrite.h.

Field Documentation

◆ cursor

const uint8_t* BSL_SeqReader::cursor

Current cursor into available data.

Definition at line 44 of file UtilDefs_SeqReadWrite.h.

Referenced by BSL_SeqReader_Get(), and BSL_SeqReader_InitFlat().

◆ remain

size_t BSL_SeqReader::remain

Remaining available buffer.

Definition at line 46 of file UtilDefs_SeqReadWrite.h.

Referenced by BSL_SeqReader_Get(), and BSL_SeqReader_InitFlat().


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