Add test for buffer utils

This commit is contained in:
2020-04-21 20:19:13 +02:00
parent 8be4c4db3f
commit 5294015206
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace BufferUtils
std::string path;
};
std::vector<path_sufix> BufferUtils::get_path_suffixes(
std::vector<path_sufix> get_path_suffixes(
const uint64_t start_pulse_id,
const uint64_t stop_pulse_id);
}