template <typename ValueType>
class ValueBuffer
Defined at line 35 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
Simple wrapper around std::vector
<ValueType
> for use with TimestampedBuffer.
Public Methods
void ValueBuffer<ValueType> (size_t size)
Defined at line 37 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
ValueType Get (size_t index)
Defined at line 38 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Set (size_t index, ValueType value)
Defined at line 39 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h
void Reset ()
Defined at line 40 of file ../../sdk/lib/power/state_recorder/cpp/inspect_buffer.h