[r68]: / trunk / Monarco / Datatypes / Counter / eCounterActiveEdge / svnobj  Maximize  Restore  History

Download this file

10 lines (9 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE eCounterActiveEdge :
(
	Rising	:= 0,
	Falling	:= 1,
	Both	:= 2
) UINT;
END_TYPE