mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-17 02:21:47 +00:00
formatting, change and clean generic_sampler and SimpleTreeReader
This commit is contained in:
committed by
Mohammad Al-Turany
parent
d0c20d3729
commit
6ce6887212
@@ -64,7 +64,7 @@ CONTAINER_TYPE source_type::GetOutData(); // must be there to compile
|
||||
|
||||
source_type::SetFileProperties(Args&... args); // if called by the host, then must be there to compile
|
||||
|
||||
void source_type::BindSendPart(std::function<void(int)> callback); // enabled if exists
|
||||
void source_type::BindSendHeader(std::function<void(int)> callback); // enabled if exists
|
||||
void source_type::BindGetSocketNumber(std::function<int()> callback); // enabled if exists
|
||||
void source_type::BindGetCurrentIndex(std::function<int()> callback); // enabled if exists
|
||||
```
|
||||
|
Reference in New Issue
Block a user