Fix parameters order to be consistent across repo

This commit is contained in:
2020-05-14 11:46:03 +02:00
parent 8b379f32d4
commit 80765f3fc5
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ int main (int argc, char *argv[]) {
uint64_t n_corrupted_frames = 0;
uint64_t last_pulse_id = 0;
BufferH5Writer writer(device_name, root_folder);
BufferH5Writer writer(root_folder, device_name);
BufferUdpReceiver receiver(udp_port, source_id);
pid_t tid;