Commit Graph

405 Commits

Author SHA1 Message Date
babic_a 3e596c09a2 Add TODO to WriterManager 2019-04-04 18:39:42 +02:00
babic_a e6956d9e6d Added error signaling to Writer 2019-04-03 16:42:39 +02:00
babic_a 7852017aba Remove unused WriterManager parameters 2019-04-03 16:06:26 +02:00
babic_a 5bf3688ae0 Remove old references 2019-04-03 14:55:08 +02:00
babic_a bbd6cda86f Fix interface for RestApi 2019-04-03 13:43:44 +02:00
babic_a 19235b4c62 Add signaling from writer to manager 2019-04-02 15:52:22 +02:00
babic_a 1c3304861e Do not stop the process when the writer finishes. 2019-04-02 15:44:21 +02:00
babic_a 3bc14a79ab Changes to ProcessManager for new writer 2019-04-02 15:41:44 +02:00
babic_a 38e6969900 Refactor writing of h5 2019-04-02 15:41:23 +02:00
babic_a 2ed6ccd9e1 Running the writer logic 2019-04-02 14:51:37 +02:00
babic_a be6b774d68 Implement the receive frame correctly 2019-04-02 14:38:47 +02:00
babic_a 5e73aaff5f Call constructor from CPconst 2019-04-02 12:15:06 +02:00
babic_a e33d78f683 Added copy constructor to ZmqReceiver 2019-04-02 12:12:17 +02:00
babic_a 724ac2101e Receiver process adaptation 2019-04-02 12:01:36 +02:00
babic_a 2a7ef227fb Refactoring the WritingManager 2019-04-02 11:14:42 +02:00
babic_a e6d4f0fa04 Started refactoring of WriterManager 2019-03-29 16:47:00 +01:00
babic_a 3869f27972 Improved RestApi 2019-03-29 16:46:41 +01:00
babic_a bea27191c5 Pass crow app to RestAPI
In order to properly stop the REST api you need to have
a handle to the app object.
2019-03-29 16:18:01 +01:00
babic_a 74007b007b Create start endpoint 2019-03-29 16:13:26 +01:00
babic_a 851db25572 Remove ProxyManager 2019-03-29 15:48:27 +01:00
babic_a 25a710f4ac Use lock_guard instead of locking Mutex 2019-03-29 15:29:17 +01:00
babic_a 06cb1f16b8 First implementation of ProxyManager 2019-03-29 11:53:46 +01:00
babic_a cab73781c2 Add 2 chapters to README 2019-01-30 16:43:49 +01:00
babic_a 56a47d7413 Fix README typo 2019-01-30 16:40:18 +01:00
babic_a 3eccb0fcc2 Improved general overview 2019-01-30 16:36:57 +01:00
babic_a c83a27d130 Add back title in README 2019-01-30 15:58:31 +01:00
babic_a d19e17d299 Update README 2019-01-30 15:57:23 +01:00
babic_a f9370d820e Add tests for buffered writer 2019-01-30 14:16:09 +01:00
babic_a 95bf06f56a Move Dummy implementation to header 2019-01-30 14:15:57 +01:00
babic_a 4d05595f87 Implement DummyBufferedWriter 2019-01-30 14:04:07 +01:00
babic_a 6d0c41a818 Extend H5 Writer with new Buffer method 2019-01-30 10:00:06 +01:00
babic_a 1aba1c4e86 Refactor buffered writer 2019-01-30 09:59:33 +01:00
babic_a 594931d39a Remove whitespace 2019-01-29 17:17:06 +01:00
babic_a ace1af4119 Initialize byte arrays to zero 2018-12-06 18:13:58 +01:00
babic_a f6f18bd80d Fix file format bug 2018-12-06 17:53:11 +01:00
babic_a 74b32fd740 Remove automatic metadata flushing 2018-12-06 17:47:55 +01:00
babic_a 9feecc56ab Pass string references to HDF5 functions 2018-12-06 17:45:37 +01:00
babic_a 7c9bbb4bec Fix misleading detector name 2018-12-06 17:39:03 +01:00
babic_a 101a5aa294 Add Python script for testing SF writer 2018-12-06 17:16:13 +01:00
babic_a f21dd0734f Pass chunk size to MetadataBuffer 2018-12-05 18:03:14 +01:00
babic_a 5ebeb20641 Resize only chunked datasets 2018-12-05 18:02:49 +01:00
babic_a 096e831416 Created fixed datasets for non chunked datasets 2018-12-05 17:14:11 +01:00
babic_a 2686b04b4c Add debug output on file rollover 2018-12-05 15:45:24 +01:00
babic_a 78d96f8bb1 Include for debug build 2018-12-05 15:39:26 +01:00
babic_a fdfdf247ad Add includes to test 2018-12-05 14:58:34 +01:00
babic_a 55bea5ea2c Dataset gets the size parameter 2018-12-05 14:21:05 +01:00
babic_a 60023d632b Buffer returns the n slots it has 2018-12-05 14:20:31 +01:00
babic_a 2ab625c1d7 No chunked dataset writing 2018-12-05 14:12:09 +01:00
babic_a ea2020e5ce Generalize create dataset 2018-12-04 17:21:36 +01:00
babic_a 7b75b52764 Rename cachig metadata method 2018-12-04 17:17:26 +01:00