SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
rep.h
Go to the documentation of this file.
1 /*
2  * rep.h
3  *
4  * Date: 19/06/2014
5  * Author: Fernando Biazi Nascimento
6  * Copyright © 2014 Fernando Biazi Nascimento. All rights reserved.
7  *
8  * License of use and copy on file license.txt
9  *
10  */
11 
20 #ifndef REP_H_
21 #define REP_H_
22 
23 /*
24  * ======== Includes ========
25  */
26 
27 #include <xdc/std.h>
28 
29 /*
30  * ======== Doxygen ========
31  */
38 /*
39  * ======== Constants ========
40  */
41 
42 /*
43  * ======== Macros ========
44  */
45 
49 #define REP_SENSORS_REPORT_PERIOD 7
50 
51 /*
52  * ======== Types ========
53  */
54 
55 /*
56  * ======== Global Variables ========
57  */
58 
59 /*
60  * ======== Global Functions ========
61  */
62 
63 void rep_init();
64 UInt16 rep_proccess();
65 
66 void rep_hello();
67 
71 #endif /* REP_H_ */
UInt16 rep_proccess()
Report process.
Definition: rep.c:90
void rep_init()
Report initialization.
Definition: rep.c:79
void rep_hello()
Hello message.
Definition: rep.c:139