Component: moteiv.tos.lib.util.BitVectorC

generic module BitVectorC(uint16_t max_bits)

Utilities for manipulating a vector of bits.

Instantiate this generic component with the number of bits required for the BitVector. Ie:

new BitVectorC(16);

for a 16-bit vector. Be sure to initialize by using the Init interface.

Author:
Cory Sharp, Moteiv Corporation <info@moteiv.com>

Provides
interface BitVector
interface Init