hs-tango

Version 2.0.0 revision 0 uploaded by pimiddy.

Package meta

Synopsis
Bindings to the Tango Controls system
Description

Haskell bindings for Tango, part of the Tango Distributed Control System toolkit. Some general notes about this project:

  • There are raw C bindings inside the Tango.Raw package. You shouldn't have to use these, but they might be a fallback if you need something very specific.

  • C types are mapped to sized Haskell types. For example, an attribute of type Short will be mapped to the Int16 type. The names of the value constructors will be called ...Short, still, to have some symmetry with the Tango user interfaces.

  • The implementation regarding some obscure types is lackluster: "encoded", "long string array" and "double string array" for example. Patches welcome!

If you want to connect to some Tango devices, head over to Tango.Client, where you'll also find some examples.

Author
DESY
Bug reports
https://github.com/pmiddend/hs-tango/issues
Category
Bindings, Client, Distributed Systems, FFI, Foreign, Hardware, Science
Copyright
2024 Philipp Middendorf
Homepage
https://github.com/pmiddend/hs-tango
Maintainer
philipp.middendorf@desy.de
Package URL
n/a
Stability
n/a

Components