-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExitDoor.h
executable file
·42 lines (32 loc) · 1.45 KB
/
ExitDoor.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*************************************************************************
ExitDoor - description
-------------------
date : Mar. 04 2014
copyright : (C) 2014 Yannick Marion & Gustave Monod
e-mail : [email protected]
*************************************************************************/
//-------- Interface of the <ExitDoor> task (file ExitDoor.h) ------------
#if !defined ( EXITDOOR_H )
#define EXITDOOR_H
//------------------------------------------------------------------------
// Role of the <ExitDoor> task
// The ExitDoor task manages the Exit of a user via:
// · The exit door at GB ( SORTIE_GASTON_BERGER )
//------------------------------------------------------------------------
///////////////////////////////////////////////////////////////// INCLUDE
//-------------------------------------------------------- Used interfaces
//-------------------------------------------------------------- Constants
//------------------------------------------------------------------ Types
////////////////////////////////////////////////////////////////// PUBLIC
//------------------------------------------------------- Public functions
void ExitDoor ( );
// How to use:
//
// Contract:
// type Name ( parameter list );
// How to use:
//
// Contract:
//
#endif // EXITDOOR_H