liveplot-0.1.0.0: Liveplotting

Safe HaskellNone
LanguageHaskell2010

Graphics.Liveplot.Types

Documentation

type AppInfo = FieldRec '['("cam", M33 GLfloat)] Source #

data GLApp Source #

Constructors

GLApp AppInfo Viewport 

Instances

type PlotInit a = (TVar (Maybe [a]), SensorReading a -> IO (), Maybe [a] -> GraphInfo -> IO ()) Source #

class Plottable a where Source #

Minimal complete definition

initplot

named :: Monad m => String -> Pipe a (SensorReading a) m r Source #

bufferTVar :: Fractional a => String -> Int -> TVar (Maybe [a]) -> SensorReading a -> IO () Source #