Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hist2D ¶
type Hist2D struct { FramePeriod time.Duration sync.RWMutex // contains filtered or unexported fields }
func (*Hist2D) UpdateFrame ¶
func (s *Hist2D) UpdateFrame()
func (*Hist2D) UpdateFrameCount ¶
func (s *Hist2D) UpdateFrameCount()
type Hist2DSample ¶
type Projection ¶
type Projection struct { Alpha float64 DisableAutorange bool DrawMagnitude bool FramePeriod time.Duration sync.RWMutex plot.Plot // contains filtered or unexported fields }
func (*Projection) AddSample ¶
func (s *Projection) AddSample(vi interface{})
func (*Projection) InitPlot ¶
func (s *Projection) InitPlot()
func (*Projection) UpdateFrame ¶
func (s *Projection) UpdateFrame()
func (*Projection) UpdateFrameCount ¶
func (s *Projection) UpdateFrameCount()
type ProjectionSample ¶
type RollXY ¶
type RollXY struct { Alpha float64 DisableAutorange bool Downsample int DrawMagnitude bool FramePeriod time.Duration NSample int Trigger string TriggerFalling bool TriggerLeadSample int TriggerLevel float64 sync.RWMutex plot.Plot // contains filtered or unexported fields }
func (*RollXY) UpdateFrame ¶
func (s *RollXY) UpdateFrame()
func (*RollXY) UpdateFrameCount ¶
func (s *RollXY) UpdateFrameCount()
type RollXYSample ¶
Click to show internal directories.
Click to hide internal directories.