Merge branch 'master' of gitlab.science:mlubbers/mTask
[mTask.git] / Utils / SDS.dcl
index 785af5d..a9f1a6c 100644 (file)
@@ -6,9 +6,6 @@ import iTasks
 
 memoryShare :: String a -> Shared a | iTask a
 
-deviceStore :: Shared [MTaskDevice]
-sdsStore :: Shared [MTaskShare]
-bcStateStore :: Shared BCState
+deviceStoreNP :: Shared [MTaskDevice]
+deviceStore :: RWShared (Maybe (MTaskDevice, Int)) [MTaskDevice] [MTaskDevice]
 mTaskTaskStore :: Shared [String]
-
-getSDSRecord :: Int -> Task MTaskShare