File tree Expand file tree Collapse file tree
Framework/Core/include/Framework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ class FairMQDeviceProxy
6565 [[nodiscard]] ChannelIndex getForwardChannelIndexByName (std::string const & channelName) const ;
6666 // / Retrieve the channel index from a given OutputSpec and the associated timeslice
6767 [[nodiscard]] ChannelIndex getOutputChannelIndex (OutputSpec const & spec, size_t timeslice) const ;
68+ #if (FAIRMQ_VERSION_DEC >= 111000)
6869 // / Retrieve the pointer-reconstruction function for the shm manager for a given input spec
6970 [[nodiscard]] PointerReconstructor getShmPointerReconstructor (InputSpec const & spec, size_t timeslice);
70- #if (FAIRMQ_VERSION_DEC >= 111000)
71+ #endif
7172 // / Retrieve the channel index from a given OutputSpec and the associated timeslice
7273 void getMatchingForwardChannelIndexes (std::vector<ChannelIndex>& result, header::DataHeader const & header, size_t timeslice) const ;
73- #endif
7474 // / ChannelIndex from a RouteIndex
7575 [[nodiscard]] ChannelIndex getOutputChannelIndex (RouteIndex routeIndex) const ;
7676 [[nodiscard]] ChannelIndex getInputChannelIndex (RouteIndex routeIndex) const ;
You can’t perform that action at this time.
0 commit comments