Interface EncoderConfigurationUsage
Hierarchy
- EncoderConfigurationUsage
Indexable
-
-
product: {
[key: string]: {
port: {
[key: number]: {
allowedEncoderTypes: number[];
};
};
};
}
-
[key: string]: {
port: {
[key: number]: {
allowedEncoderTypes: number[];
};
};
}
-
port: {
[key: number]: {
allowedEncoderTypes: number[];
};
}
-
[key: number]: {
allowedEncoderTypes: number[];
}
-
allowedEncoderTypes: number[]
Represents the usage of encoder configurations across different firmware versions and products.
This interface defines which subitems are available for each supported encoder type, and specifies whether each subitem is set by the user, the firmware, or both. It also maps these configurations to the relevant products and ports.
The structure originates from the following documents: