Public Attributes | List of all members
_SbgStreamBuffer Struct Reference

#include <sbgStreamBufferCommon.h>

Public Attributes

size_t bufferSize
 
SbgErrorCode errorCode
 
SbgSBMode modes
 
uint8_t * pBufferPtr
 
uint8_t * pCurrentPtr
 

Detailed Description

Defines a stream buffer.

Definition at line 188 of file sbgStreamBufferCommon.h.

Member Data Documentation

size_t _SbgStreamBuffer::bufferSize

Size in bytes of the linked buffer.

Definition at line 191 of file sbgStreamBufferCommon.h.

SbgErrorCode _SbgStreamBuffer::errorCode

Current error code on stream buffer.

Definition at line 194 of file sbgStreamBufferCommon.h.

SbgSBMode _SbgStreamBuffer::modes

Defines the stream buffer modes (read/write).

Definition at line 190 of file sbgStreamBufferCommon.h.

uint8_t* _SbgStreamBuffer::pBufferPtr

Pointer to the buffer linked with this stream.

Definition at line 192 of file sbgStreamBufferCommon.h.

uint8_t* _SbgStreamBuffer::pCurrentPtr

Current pointer within the buffer.

Definition at line 193 of file sbgStreamBufferCommon.h.


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


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22