hs-asapo-0.9.0: Haskell bindings for ASAP:O
Safe HaskellSafe-Inferred
LanguageHaskell98

Asapo.Either.Common

Documentation

newtype InstanceId Source #

Constructors

InstanceId Text 

newtype PipelineStep Source #

Constructors

PipelineStep Text 

newtype Beamline Source #

Constructors

Beamline Text 

withPtr :: Storable a => a -> (Ptr a -> IO b) -> IO (a, b) Source #

newtype Beamtime Source #

Constructors

Beamtime Text 

newtype MessageId Source #

Constructors

MessageId Word64 

Instances

Instances details
Show MessageId Source # 
Instance details

Defined in Asapo.Either.Common

newtype DataSource Source #

Constructors

DataSource Text 

newtype Token Source #

Constructors

Token Text 

withText :: Text -> (CString -> IO a) -> IO a Source #

newtype StreamName Source #

Constructors

StreamName Text 

Instances

Instances details
Show StreamName Source # 
Instance details

Defined in Asapo.Either.Common

withCStringN :: Int -> (CString -> IO a) -> IO a Source #