netwire-3.1.0: Fast generic automaton arrow transformer for AFRP

MaintainerErtugrul Soeylemez <es@ertes.de>

Control.Wire.Prefab.Clock

Contents

Description

Various clocks.

Synopsis

Clock wires

dtime :: (WirePure >~, WWithDT t >~) => Wire e >~ a tSource

Time deltas starting from the time of the first instant.

sysTime :: (WirePure >~, WWithSysTime t >~) => Wire e >~ a tSource

Global time. Independent of switching. *System* refers to the wire system, not the operating system, so this does not necessarily refer to OS time.

time :: (WirePure >~, WWithTime t >~) => Wire e >~ a tSource

Local time. Starts at the AdditiveGroup notion of zero when switching in.