Skip to content

Commit 8e80fe0

Browse files
committed
Queues instead of callbacks
1 parent 7ec88a1 commit 8e80fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CRTReaderApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ CRTReaderApplication::generate_modules(const confmodel::Session* session) const
138138
// Populate configuration and interfaces
139139
reader_obj.set_obj("configuration", &reader_conf->config_object());
140140
reader_obj.set_objs("connections", { &d2d_conn->config_object() });
141-
reader_obj.set_objs("raw_data_callbacks", raw_data_callback_objs);
141+
reader_obj.set_objs("outputs", data_queue_objs);
142142

143143
modules.push_back(obj_fac.get_dal<confmodel::DaqModule>(reader_obj.UID()));
144144

0 commit comments

Comments
 (0)