| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphics.XHB.Gen.Sync
Documentation
initialize :: Connection -> Word8 -> Word8 -> IO (Receipt InitializeReply) Source
createCounter :: Connection -> COUNTER -> INT64 -> IO () Source
destroyCounter :: Connection -> COUNTER -> IO () Source
queryCounter :: Connection -> COUNTER -> IO (Receipt INT64) Source
await :: Connection -> [WAITCONDITION] -> IO () Source
changeCounter :: Connection -> COUNTER -> INT64 -> IO () Source
setCounter :: Connection -> COUNTER -> INT64 -> IO () Source
createAlarm :: Connection -> ALARM -> ValueParam Word32 -> IO () Source
changeAlarm :: Connection -> ALARM -> ValueParam Word32 -> IO () Source
destroyAlarm :: Connection -> ALARM -> IO () Source
queryAlarm :: Connection -> ALARM -> IO (Receipt QueryAlarmReply) Source
setPriority :: Connection -> Word32 -> Int32 -> IO () Source
getPriority :: Connection -> Word32 -> IO (Receipt Int32) Source
Constructors
| TESTTYPEPositiveTransition | |
| TESTTYPENegativeTransition | |
| TESTTYPEPositiveComparison | |
| TESTTYPENegativeComparison |
Instances
Constructors
| VALUETYPEAbsolute | |
| VALUETYPERelative |
Instances
Constructors
| CACounter | |
| CAValueType | |
| CAValue | |
| CATestType | |
| CADelta | |
| CAEvents |
Constructors
| MkTRIGGER | |
Fields | |
data ListSystemCountersReply Source
Constructors
| MkListSystemCountersReply | |
Constructors
| MkAwait | |
Fields | |
data CounterNotifyEvent Source
Constructors
| MkCounterNotifyEvent | |
data AlarmNotifyEvent Source
Constructors
| MkAlarmNotifyEvent | |