Interface PumpInfoResolver
- All Known Implementing Classes:
DefaultPumpInfoResolver
public interface PumpInfoResolver
Interface for overriding pump information such as name
and category when boards create pumps. This can be used
to make sure pumps are named according to how they're
physically labeled in the device and ensures that they
appear in any UI with names that make sense.
- Version:
- 2024-07-28
-
Method Summary
-
Method Details
-
resolve
Called when a pump is about to be created. ThePumpInfo
contains information about the pump about to be created. Any data changed by this callback will be used to create the pump.- Parameters:
info
- information about the pump to be created
-