diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-01-27 05:27:25 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-01-27 05:27:25 +0100 |
commit | 2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea (patch) | |
tree | 09cb20c623cc8ecdfbf0b526629afcb60aa15f30 /src/ufo-roof-buffer.h | |
parent | ea424f096c05a9587ffaa0bc6e5392790a046bd7 (diff) | |
download | ufo-roof-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.gz ufo-roof-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.bz2 ufo-roof-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.tar.xz ufo-roof-2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea.zip |
Add metadata about buffer plane and sequential number. Provide filter to allow trough only the buffers acquired at the specified detector plane
Diffstat (limited to 'src/ufo-roof-buffer.h')
-rw-r--r-- | src/ufo-roof-buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-roof-buffer.h b/src/ufo-roof-buffer.h index 7ebaec9..3d7ad2d 100644 --- a/src/ufo-roof-buffer.h +++ b/src/ufo-roof-buffer.h @@ -31,6 +31,6 @@ UfoRoofBuffer *ufo_roof_buffer_new(UfoRoofConfig *cfg, guint n_dims, guint max_d void ufo_roof_buffer_free(UfoRoofBuffer *buf); gboolean ufo_roof_buffer_set_fragment(UfoRoofBuffer *buffer, guint stream_id, guint fragment_id, gconstpointer fragment, GError **error); -gboolean ufo_roof_buffer_get_dataset(UfoRoofBuffer *buffer, gpointer output_buffer, GError **error); +gboolean ufo_roof_buffer_get_dataset(UfoRoofBuffer *buffer, gpointer output_buffer, gulong *seqid, GError **error); #endif |