doxytest
Ecran
Sys
Messages.h
Go to the documentation of this file.
1
/*===========================================================================================*/
2
/*
3
09_Messages.h
4
Manuel Tschumi
5
5 12 2007
6
*/
7
#ifndef MESSAGESh
8
#define MESSAGESh
9
10
//R�pertoires de base
11
#define MES_SYS 13
12
13
//Systeme
14
#define MES_ACQUISITION (MES_SYS*10)
15
#define MES_FBUS (MES_SYS*10+1)
16
#define MES_VARIABLES (MES_SYS*10+2)
17
#define MES_CLEF (MES_SYS*10+3)
18
#define MES_ECAN (MES_SYS*10+4)
19
#define MES_DATE (MES_SYS*10+5)
20
#define MES_TEMPS (MES_SYS*10+6)
21
#define MES_SAUT (MES_SYS*10+7)
22
#define MES_CLA (MES_SYS*10+8)
23
24
25
/*===========================================================================================*/
26
27
unsigned
int
MESSAGES
();
28
29
/*===========================================================================================*/
30
#endif
MESSAGES
unsigned int MESSAGES()
Definition:
Messages.c:103
Generated by
1.8.13