Plot-ho-matic-0.4.0.3: Real-time line plotter for protobuf-like data

Safe HaskellNone
LanguageHaskell2010

PlotHo

Synopsis

Documentation

type SignalTree a = Forest (String, String, Maybe (Getter a)) Source

a tree of name/getter pairs

data AccessorTree a Source

Constructors

Data (String, String) [(String, AccessorTree a)] 
ATGetter (a -> Double) 

Instances

addChannel :: String -> SignalTree a -> ((a -> IO ()) -> (SignalTree a -> IO ()) -> IO ()) -> Plotter () Source

runPlotter :: Plotter () -> IO () Source