Return bool to signal if there is data

This commit is contained in:
2020-05-14 12:05:53 +02:00
parent 14bec03363
commit e384865d31
2 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public:
ReplayH5Reader(const std::string device, const std::string channel_name);
virtual ~ReplayH5Reader();
void close_file();
void get_frame(
bool get_frame(
const uint64_t pulse_id, ModuleFrame* metadata, char* frame_buffer);
};