class BitBuffer
Defined at line 47 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 49 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
bool Get (size_t index)
Defined at line 50 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Set (size_t index, bool value)
Defined at line 55 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Reset ()
Defined at line 64 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h