|
UniSet 2.45.1
|
Открытые члены | |
| test_flattened_output_sensors_in_array (self) | |
| test_output_field_extraction_at_bottom (self) | |
| test_output_field_extraction_at_bottom_of_on_step (self) | |
| test_mixed_struct_and_plain_outputs (self) | |
Test struct flatten mode generates correct output sensor arrays and field extraction.
| tests.test_codegen_struct_flatten.TestStructFlattenCodegenOutputs.test_flattened_output_sensors_in_array | ( | self | ) |
Each struct field becomes a separate output sensor entry.
| tests.test_codegen_struct_flatten.TestStructFlattenCodegenOutputs.test_mixed_struct_and_plain_outputs | ( | self | ) |
Non-struct outputs are unaffected by struct flatten.
| tests.test_codegen_struct_flatten.TestStructFlattenCodegenOutputs.test_output_field_extraction_at_bottom | ( | self | ) |
Flattened output struct fields are extracted: out_SensorName = result.field;
| tests.test_codegen_struct_flatten.TestStructFlattenCodegenOutputs.test_output_field_extraction_at_bottom_of_on_step | ( | self | ) |
Output extraction should be at the bottom of uniset_on_step.