qbcompiler.configs.models.Uint8InputConfig Class Reference#
|
Mobilint SDK qb Compiler v1.2
MCS002-EN
|
qbcompiler.configs.models.Uint8InputConfig Class Reference
Configuration for uint8 input handling. More...
Inheritance diagram for qbcompiler.configs.models.Uint8InputConfig:
Public Member Functions | |
| "Uint8InputConfig" | with_updates (self, **kwargs) |
| Return a copy with updated fields. | |
Static Public Attributes | |
| model_config | |
| bool | apply |
| List | inputs |
| float | division_factor |
Detailed Description
Configuration for uint8 input handling.
Defines whether inputs should be treated as uint8 and which specific inputs to apply this to.
- Parameters
-
apply bool. If true, treat specified inputs as uint8 inputs List[str]. List of input names to treat as uint8. If empty and apply is true, applies to all inputs division_factor float. Division factor for uint8 to float conversion (e.g., 255.0 for [0,1], 127.5 for [0,2])
Member Function Documentation
◆ with_updates()
| "Uint8InputConfig" qbcompiler.configs.models.Uint8InputConfig.with_updates | ( | self, | |
| ** | kwargs ) |
Member Data Documentation
◆ model_config
|
static |
◆ apply
|
static |
◆ inputs
|
static |
◆ division_factor
|
static |
The documentation for this class was generated from the following file:
Generated by