[r15]: / hmi_at135_v1b_aladdin / Device / Plc Logic / Application / Gestion_Client_NTP / CLIENT_STATE / svnobj  Maximize  Restore  History

Download this file

13 lines (12 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// 
tape d'
tat du client NTP
{attribute 'strict'}
TYPE CLIENT_STATE :
(
	CREATE	:=	 0,
	WAITING	:=	10,
	SEND	:=	20,
	RECEIVE :=  30
);
END_TYPE