#include <psBitSet.h>
The bits in the struct are assembled in as an array of bytes with eight bits per byte. The bits are arranged with the LSB in first (right most) position of the first array element.
Definition at line 37 of file psBitSet.h.
Data Fields | |
| long | n |
| Number of bytes in the array. | |
| psU8 * | bits |
| Aray of bytes holding bits. | |
| void * | lock |
| Optional lock for thread safety. | |
|
|
Aray of bytes holding bits.
Definition at line 40 of file psBitSet.h. |
|
|
Optional lock for thread safety.
Definition at line 41 of file psBitSet.h. |
|
|
Number of bytes in the array.
Definition at line 39 of file psBitSet.h. |
1.4.2