UniSet 2.45.1
Класс tests.test_codegen_fb.TestFBInstanceCodegen

Открытые члены

 test_ton_instance_with_pt (self)
 test_tof_instance_with_pt (self)
 test_tp_instance_with_pt (self)
 test_ctu_instance_with_pv (self)
 test_ctd_instance_with_pv (self)
 test_ctud_instance_with_pv (self)
 test_rs_instance_no_args (self)
 test_sr_instance_no_args (self)
 test_r_trig_instance_no_args (self)
 test_f_trig_instance_no_args (self)
 test_fb_instances_before_on_step (self)
 test_timer_instance_without_pt_uses_zero (self)

Подробное описание

Test IRFBInstance generates correct 'const name = new FBType(args);' declarations.

Методы

◆ test_fb_instances_before_on_step()

tests.test_codegen_fb.TestFBInstanceCodegen.test_fb_instances_before_on_step ( self)
FB instance declarations should appear before uniset_on_step.

◆ test_timer_instance_without_pt_uses_zero()

tests.test_codegen_fb.TestFBInstanceCodegen.test_timer_instance_without_pt_uses_zero ( self)
If PT not provided in constructor_args, default to 0.