|
VECTO Input Manager
|
Defines a factory interface for creating standard values component calculators based on component types. This factory provides a centralized mechanism for instantiating the appropriate standard values calculator implementation for different vehicle component types. More...
Public Member Functions | |
| BaseStandardValues | Create (ComponentType componentType) |
| Creates a standard values calculator for the specified component type. | |
Defines a factory interface for creating standard values component calculators based on component types. This factory provides a centralized mechanism for instantiating the appropriate standard values calculator implementation for different vehicle component types.
| BaseStandardValues VectoInputManager.Core.IStandardValuesFactory.Create | ( | ComponentType | componentType | ) |
Creates a standard values calculator for the specified component type.
| componentType | The type of component to create a calculator for. |
Implemented in VectoInputManager.Commands.StandardValuesFactory.