hgrib-0.3.1.0: Unofficial bindings for GRIB API

Copyright(c) Mattias Jakobsson 2015
LicenseGPL-3
Maintainermjakob422@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.Grib.Raw.Types

Description

Data types used to marshal parameters between C and Haskell.

Synopsis

Documentation

type Bytes = Ptr CUChar Source

A pointer to a number of bytes in memory.

type Key = String Source

A key representing one or more consecutive octets in a GRIB message.

type Message = Ptr () Source

A GRIB message stored in memory.