mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
SDK: Adapt to new DDS plugin external mode
This commit is contained in:
committed by
Dennis Klein
parent
6c07920fc6
commit
98aeb16dc7
@@ -64,7 +64,10 @@ struct DDSSubscription
|
||||
});
|
||||
|
||||
assert(!dds_session_id.empty());
|
||||
fService.start(dds_session_id);
|
||||
}
|
||||
|
||||
auto Start() -> void {
|
||||
fService.start(dds::env_prop<dds::dds_session_id>());
|
||||
}
|
||||
|
||||
~DDSSubscription() {
|
||||
|
Reference in New Issue
Block a user