Interface MicroCalibrationStorageMgr

All Superinterfaces:
Ready

public interface MicroCalibrationStorageMgr extends Ready
Interface for allocating storage for micro pump calibration data.
Version:
2024-10-09
  • Method Details

    • getStorage

      MicroCalibrationStorage getStorage(String path)
      Return storage for the specified handle path. Return null if no existing storage exists. If called for the same path, return the same storage.
      Parameters:
      path - the path of the board the pumps are associated with
    • createStorage

      MicroCalibrationStorage createStorage(String path, int pumps)
      Create new storage for the specified handle path with space to store the specified number of calibration entries.
      Parameters:
      path - the path of the board the pumps are associated with
      pumps - the total number of micro pumps on the board
    • deleteStorage

      void deleteStorage(String path)
      Delete storage for the specified handle path.
      Parameters:
      path - delete storage with this path