~arcachofo/simulide/trunk

« back to all changes in this revision

Viewing changes to src/gui/dataplotwidget/datachannel.h

  • Committer: arcachofo
  • Date: 2021-03-02 17:54:55 UTC
  • Revision ID: arcachofo@simulide.com-20210302175455-0rvxfhloaeeyb3px
Added Logic Analizer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        int m_channel;
51
51
        int m_bufferCounter;
52
52
 
53
 
        double m_maxVal;
54
 
        double m_minVal;
55
 
        double m_dispMax;
56
 
        double m_dispMin;
57
 
        double m_ampli;
58
 
 
59
 
        bool   m_chCondFlag;
60
 
 
61
 
        PlotBase::paCond m_chCond;
62
53
        PlotBase* m_plotBase;
63
54
};
64
55