Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.Consumables Namespace Reference

Classes for managing consumables of our imagined coffee machine. More...

Classes

class  CoffeeConsumableManager
 Keeps track of all consumables that are associated to our mock coffee machine. More...
class  CoffeeConsumableManagerUI
 Toolbox for all coffee machine related consumables. Currently just a display of the consumable levels. More...
class  CoffeeConsumableViewModel
 View model for coffee machine related consumables. More...
class  CoffeeIngredient
 Base class for all used mock coffee ingredients. More...
class  CoffeeIngredientContainer
 One physical location where coffee machine consumables are stored.
class  IngredientsForDevice
 Assignment of a list of ingredients to a specific device. More...
class  MockConsumablesForCoffeeMakerDevice
 All consumables for one instance of our coffee machine.

Detailed Description

Classes for managing consumables of our imagined coffee machine.