My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
c_bitStack_Privates Struct Reference

#include <bitStack.h>

Data Fields

byte dataStack [_MAX_DATA_STACK_SIZE_]
uint32 stackSize
uint32 auxUsedBits
enum endianness outputEndianness
uint32 unstackIndex
uint32 unstackedBit
uint32 unstackedByte
boolean firstUnstak

Detailed Description

Definition at line 21 of file bitStack.h.


Field Documentation

uint32 c_bitStack_Privates::auxUsedBits

Definition at line 24 of file bitStack.h.

Referenced by clearStack(), getStackSize(), and stackData().

byte c_bitStack_Privates::dataStack[_MAX_DATA_STACK_SIZE_]

Definition at line 22 of file bitStack.h.

Referenced by clearStack(), getDataBuffer(), setDataBuffer(), showStack(), stackData(), and unstackData().

boolean c_bitStack_Privates::firstUnstak

Definition at line 30 of file bitStack.h.

Referenced by resetUnstack(), and unstackData().

enum endianness c_bitStack_Privates::outputEndianness

Definition at line 25 of file bitStack.h.

Referenced by new_bitStack(), setOutputEndianness(), stackData(), and unstackData().

uint32 c_bitStack_Privates::stackSize

Definition at line 23 of file bitStack.h.

Referenced by clearStack(), getStackSize(), setDataBuffer(), and stackData().

uint32 c_bitStack_Privates::unstackedBit

Definition at line 28 of file bitStack.h.

Referenced by unstackData().

uint32 c_bitStack_Privates::unstackedByte

Definition at line 29 of file bitStack.h.

Referenced by unstackData().

uint32 c_bitStack_Privates::unstackIndex

Definition at line 27 of file bitStack.h.

Referenced by new_bitStack(), and unstackData().


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