[r4]: / trunk / SM3_Drive_RaspiStepper / SM3_Drive_RaspiStepper / Types / StepperControl_STATE / svnobj  Maximize  Restore  History

Download this file

8 lines (7 with data), 992 Bytes

1
2
3
4
5
6
7
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE StepperControl_STATE :
(
	INIT, OPERATION, SHUTDOWN
);
END_TYPE