Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
BitStream Struct Reference

Wrapper for extracting bitwise data from a stream of bytes. More...

#include <bitstream.h>

Public Member Functions

template<typename T >
range (int start, int end)
 return bitrange from stream as T
 

Public Attributes

uint8_t * base
 pointer to first byte of stream
 

Detailed Description

Wrapper for extracting bitwise data from a stream of bytes.

Assumes Most Significant Bit first, Most Significant Byte first.


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