class BitBuffer
Defined at line 46 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
Stores bits in an underlying byte array, for use with TimestampedBuffer
<bool
>.
Public Methods
void BitBuffer (size_t size)
Defined at line 48 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
bool Get (size_t index)
Defined at line 49 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Set (size_t index, bool value)
Defined at line 54 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Reset ()
Defined at line 63 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h