qbcompiler.configs.input_process_config.Uint8InputConfig Class Reference#
|
Mobilint SDK qb Compiler v1.0
MCS002-EN
|
qbcompiler.configs.input_process_config.Uint8InputConfig Class Reference
Configuration for uint8 input handling. More...
Inheritance diagram for qbcompiler.configs.input_process_config.Uint8InputConfig:
Public Member Functions | |
| __init__ (self, bool apply, List[str] inputs, bool optional=optional) | |
| Initialize the Uint8InputConfig. | |
| default_config (cls) | |
| from_dict (cls, dict config_dict) | |
| Create Uint8InputConfig from dictionary (JSON structure) | |
| to_dict (self) | |
Public Attributes | |
| apply = apply | |
| inputs = inputs | |
Static Public Attributes | |
| bool | optional = True |
| dict | DEFAULTS |
| dict | py_to_cpp_name |
| dict | min_max_check = {} |
Detailed Description
Configuration for uint8 input handling.
Defines whether inputs should be treated as uint8 and which specific inputs to apply this to.
Definition at line 13 of file input_process_config.py.
The documentation for this class was generated from the following file:
Generated by