[r917]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Device / Plc Logic / mqttsparkplug / HELPERS / eStep_1 / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 1.0 kB

1
2
3
4
5
6
7
8
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE eStep :
(
	TEST_INITIALISE := 0,
    TEST_FINISHED   := 999
);
END_TYPE