VECTO Input Manager
Loading...
Searching...
No Matches
VectoInputManager.Core.IStandardValuesFactory Interface Reference

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...

Inheritance diagram for VectoInputManager.Core.IStandardValuesFactory:

Public Member Functions

BaseStandardValues Create (ComponentType componentType)
 Creates a standard values calculator for the specified component type.

Detailed Description

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.

Member Function Documentation

◆ Create()

BaseStandardValues VectoInputManager.Core.IStandardValuesFactory.Create ( ComponentType componentType)

Creates a standard values calculator for the specified component type.

Parameters
componentTypeThe type of component to create a calculator for.
Returns
A BaseStandardValues implementation specific to the component type.

Implemented in VectoInputManager.Commands.StandardValuesFactory.


The documentation for this interface was generated from the following file:
  • VectoInputManagerCore/Interfaces.cs