From 2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 27 Jan 2020 05:27:25 +0100 Subject: Add metadata about buffer plane and sequential number. Provide filter to allow trough only the buffers acquired at the specified detector plane --- src/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 8f3529e..8a03a57 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,6 +1,7 @@ plugins = [ 'roof-read', 'roof-build', + 'roof-plane', ] roof_common_src = [ @@ -15,6 +16,8 @@ roof_plugin_src = { 'roof-build': [ 'ufo-roof-buffer.c', ], + 'roof-plane': [ + ], } # standard plugins -- cgit v1.2.3