RKH
rkhfwk_version.h
Go to the documentation of this file.
1 /*
2  * --------------------------------------------------------------------------
3  *
4  * Framework RKH
5  * -------------
6  *
7  * State-machine framework for reactive embedded systems
8  *
9  * Copyright (C) 2010 Leandro Francucci.
10  * All rights reserved. Protected by international copyright laws.
11  *
12  *
13  * RKH is free software: you can redistribute it and/or modify it under the
14  * terms of the GNU General Public License as published by the Free Software
15  * Foundation, either version 3 of the License, or (at your option) any
16  * later version.
17  *
18  * RKH is distributed in the hope that it will be useful, but WITHOUT ANY
19  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
21  * more details.
22  *
23  * You should have received a copy of the GNU General Public License along
24  * with RKH, see copying.txt file.
25  *
26  * Contact information:
27  * RKH site: http://vortexmakes.com/que-es/
28  * RKH GitHub: https://github.com/vortexmakes/RKH
29  * RKH Sourceforge: https://sourceforge.net/projects/rkh-reactivesys/
30  * e-mail: lf@vortexmakes.com
31  * ---------------------------------------------------------------------------
32  */
33 
40 /* -------------------------- Development history -------------------------- */
41 /* -------------------------------- Authors -------------------------------- */
42 /*
43  * LeFr Leandro Francucci lf@vortexmakes.com
44  */
45 
46 /* --------------------------------- Notes --------------------------------- */
47 /* --------------------------------- Module -------------------------------- */
48 #ifndef __RKHFWK_VERSION_H__
49 #define __RKHFWK_VERSION_H__
50 
51 /* ----------------------------- Include files ----------------------------- */
52 #include "rkhtype.h"
53 
54 /* ---------------------- External C language linkage ---------------------- */
55 #ifdef __cplusplus
56 extern "C" {
57 #endif
58 
59 /* --------------------------------- Macros -------------------------------- */
60 /* -------------------------------- Constants ------------------------------ */
81 #define RKH_VERSION_CODE 0x3400u
82 
83 /* ------------------------------- Data types ------------------------------ */
84 /* -------------------------- External variables --------------------------- */
89 extern RKHROM char rkh_version[];
90 
91 /* -------------------------- Function prototypes -------------------------- */
92 /* -------------------- External C language linkage end -------------------- */
93 #ifdef __cplusplus
94 }
95 #endif
96 
97 /* ------------------------------ Module end ------------------------------- */
98 #endif
99 
100 /* ------------------------------ End of file ------------------------------ */
RKHROM char rkh_version[]
String describing the RKH version.
Defines the data types that uses RKH.