BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
MockBPA_BTSD_Data_s Struct Reference

Internal state for reader and writer. More...

+ Collaboration diagram for MockBPA_BTSD_Data_s:

Data Fields

MockBPA_CanonicalBlock_tblock
 Block which must have a longer lifetime than the reader/writer.
 
char * ptr
 Pointer to the head of the buffer.
 
size_t size
 Working size of the buffer.
 
FILE * file
 File opened for the buffer.
 

Detailed Description

Internal state for reader and writer.

Field Documentation

◆ block

MockBPA_CanonicalBlock_t* MockBPA_BTSD_Data_s::block

Block which must have a longer lifetime than the reader/writer.

Referenced by MockBPA_ReadBTSD(), MockBPA_WriteBTSD(), and MockBPA_WriteBTSD_Deinit().

◆ file

FILE* MockBPA_BTSD_Data_s::file

◆ ptr

char* MockBPA_BTSD_Data_s::ptr

Pointer to the head of the buffer.

Referenced by MockBPA_ReadBTSD(), MockBPA_WriteBTSD(), and MockBPA_WriteBTSD_Deinit().

◆ size

size_t MockBPA_BTSD_Data_s::size

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