ngscopeclient 0.1-dev+51fbda87c
Public Member Functions | Public Attributes | List of all members
HistoryPoint Class Reference

A single point of waveform history. More...

#include <HistoryManager.h>

Collaboration diagram for HistoryPoint:
Collaboration graph
[legend]

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.
 

Detailed Description

A single point of waveform history.


The documentation for this class was generated from the following files: