|
ngscopeclient v0.1
|
A single point of waveform history. More...
#include <HistoryManager.h>

Public Member Functions | |
| bool | IsInUse () |
| Returns true if at least one waveform in this history point is currently loaded into a scope. | |
| void | LoadHistoryToSession (Session &session) |
| Update all instruments in the specified session with our saved historical data. | |
Public Attributes | |
| TimePoint | m_time |
| Timestamp of the point. | |
| bool | m_pinned |
| Set true to "pin" this waveform so it won't be purged from history regardless of age. | |
| std::string | m_nickname |
| Free-form text nickname for this acquisition (may be blank) | |
| std::map< std::shared_ptr< Oscilloscope >, WaveformHistory > | m_history |
| Waveform data. | |
A single point of waveform history.