Go to the source code of this file.
|
| std::vector< bool > | getBitString (const std::vector< uint8_t > &buffer, const int bits_unused) |
| | Get a Bit String in form of bool vector. More...
|
| |
◆ getBitString()
| std::vector<bool> getBitString |
( |
const std::vector< uint8_t > & |
buffer, |
|
|
const int |
bits_unused |
|
) |
| |
|
inline |
Get a Bit String in form of bool vector.
- Parameters
-
| buffer | as uint8_t vector |
| bits_unused | number of bits to ignore at the end of the bit string |
- Returns
- std::vector<bool>
Definition at line 42 of file asn1_primitives_getters.h.