Typedef foxglove::QosClassifierFn¶
Defined in File remote_access.hpp
Typedef Documentation¶
-
using foxglove::QosClassifierFn = std::function<QosProfile(const ChannelDescriptor&)>¶
A callable that assigns a QoS profile to each channel.
Accepts any callable with signature
QosProfile(const ChannelDescriptor&).