| 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
data ALARMSTATE Source
Constructors
| ALARMSTATEActive | |
| ALARMSTATEInactive | |
| ALARMSTATEDestroyed |
Constructors
| VALUETYPEAbsolute | |
| VALUETYPERelative |
Constructors
| CACounter | |
| CAValueType | |
| CAValue | |
| CATestType | |
| CADelta | |
| CAEvents |
Constructors
| MkTRIGGER | |
Fields | |
data CounterError Source
Constructors
| MkCounterError | |
data InitializeReply Source
Constructors
| MkInitializeReply | |
data ListSystemCounters Source
Constructors
| MkListSystemCounters | |
data ListSystemCountersReply Source
Constructors
| MkListSystemCountersReply | |
data DestroyCounter Source
Constructors
| MkDestroyCounter | |
Fields | |
data QueryCounterReply Source
Constructors
| MkQueryCounterReply | |
Fields | |
Constructors
| MkAwait | |
Fields | |
data QueryAlarmReply Source
Constructors
| MkQueryAlarmReply | |
data GetPriorityReply Source
Constructors
| MkGetPriorityReply | |
Fields | |
data CounterNotifyEvent Source
Constructors
| MkCounterNotifyEvent | |
data AlarmNotifyEvent Source
Constructors
| MkAlarmNotifyEvent | |