| Copyright | (c) Daniel Lovasko 2016-2017 |
|---|---|
| License | BSD3 |
| Maintainer | Daniel Lovasko <daniel.lovasko@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Codec.Goat.TimeFrame
Description
- data TimeFrame = TimeFrame (Maybe Word32) (Maybe Word32) Word32 ByteString
- timeDecode :: TimeFrame -> [Word32]
- timeEncode :: [Word32] -> TimeFrame
Documentation
Succinct representation of a list of time points. The constructor arguments are as follows: * first time point * second time point * number of valid bits * bits
Unpack time points from the succinct frame.
Pack a list of _ascending_ time points into a succinct frame form.