From 48a5e3195df7aedb2a6a4b70279157000a8a2c26 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 13 Feb 2018 17:15:39 +0100 Subject: [PATCH] Add reference to SF implementation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 559a19f..434cf8d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ To create your own stream writer you need to specify: - The mapping between the stream header metadata and your H5 file format. - Additional metadata that is transfer in the stream message header. +The complete repository of the example below can be found here: [sf_cpp_h5_writer](https://github.com/paulscherrerinstitute/sf_cpp_h5_writer) + For example, lets see the SF file format. You will need to extend the abstract class H5Format. Lets save this file into **SfFormat.cpp**. ```cpp