imu_imar
Public Attributes | List of all members
imu_imar::CircularBuffer Struct Reference

#include <Imar.hpp>

Public Attributes

bool synchronized
 
unsigned char counter
 
int size
 
int read
 
int write
 
unsigned char data [(2 *imu_imar::PKG_SIZE)+1]
 

Detailed Description

16 bits Circular buffer object

Member Data Documentation

◆ counter

unsigned char imu_imar::CircularBuffer::counter

true is synchronized

◆ data

unsigned char imu_imar::CircularBuffer::data[(2 *imu_imar::PKG_SIZE)+1]

index at which to write new element

◆ read

int imu_imar::CircularBuffer::read

maximum number of elements

◆ size

int imu_imar::CircularBuffer::size

package counter

◆ synchronized

bool imu_imar::CircularBuffer::synchronized

◆ write

int imu_imar::CircularBuffer::write

index of read element


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