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

Safe HaskellNone

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