Typedef foxglove::SinkChannelFilterFn¶
Defined in File channel.hpp
Typedef Documentation¶
-
using foxglove::SinkChannelFilterFn = std::function<bool(ChannelDescriptor &&channel)>¶
A function that can be used to filter channels.
- Param channel:
Information about the channel.
- Return:
false if the channel should not be logged to the given sink. By default, all channels are logged to a sink.