Private Attributes | List of all members
mip_serializer Struct Reference

Structure used for serialization. More...

#include <serialization.h>

Private Attributes

uint8_t * _buffer
 Pointer to data for serialization. More...
 
size_t _buffer_size
 Size of the buffer. More...
 
size_t _offset
 Current offset into the buffer (can exceed buffer_size!). More...
 

Detailed Description

Structure used for serialization.

Note
This should be considered an "opaque" structure; its members should be considered an internal implementation detail. Avoid accessing them directly as they are subject to change in future versions of this software.

Definition at line 45 of file serialization.h.

Member Data Documentation

◆ _buffer

uint8_t* mip_serializer::_buffer
private

Pointer to data for serialization.

Definition at line 47 of file serialization.h.

◆ _buffer_size

size_t mip_serializer::_buffer_size
private

Size of the buffer.

Definition at line 48 of file serialization.h.

◆ _offset

size_t mip_serializer::_offset
private

Current offset into the buffer (can exceed buffer_size!).

Definition at line 49 of file serialization.h.


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


microstrain_inertial_driver
Author(s): Brian Bingham, Parker Hannifin Corp
autogenerated on Mon Jun 24 2024 02:51:41