libosmocore 1.9.0.196-9975
Osmocom core library
bitvec Struct Reference

structure describing a bit vector More...

#include <bitvec.h>

Data Fields

unsigned int cur_bit
 cursor to the next unused bit More...
 
unsigned int data_len
 length of data array in bytes More...
 
uint8_t * data
 pointer to data array More...
 

Detailed Description

structure describing a bit vector

Field Documentation

◆ cur_bit

◆ data

◆ data_len


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