My Project - RET HER  versionsnr
navtreedata.js
Go to the documentation of this file.
1 /*
2 @licstart The following is the entire license notice for the
3 JavaScript code in this file.
4 
5 Copyright (C) 1997-2019 by Dimitri van Heesch
6 
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of version 2 of the GNU General Public License as published by
9 the Free Software Foundation
10 
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 
16 You should have received a copy of the GNU General Public License along
17 with this program; if not, write to the Free Software Foundation, Inc.,
18 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 
20 @licend The above is the entire license notice
21 for the JavaScript code in this file
22 */
23 var NAVTREE =
24 [
25  [ "My Project - RET HER", "index.html", [
26  [ "KRNL", "index.html", [
27  [ "Introduction", "index.html#Introduction", null ],
28  [ "NOTE", "index.html#NOTE", null ],
29  [ "Before you start", "index.html#a1", null ],
30  [ "Memory usage", "index.html#a112", null ],
31  [ "Initialization", "index.html#a3", [
32  [ "init of KRNL", "index.html#a31", null ],
33  [ "start of ..", "index.html#a32", null ],
34  [ "stop of ..", "index.html#a33", null ]
35  ] ],
36  [ "Creation calls - before k_start", "index.html#a4", [
37  [ "Semaphore", "index.html#a41", null ],
38  [ "Task", "index.html#a42", null ],
39  [ "Message Queue", "index.html#a43", null ]
40  ] ],
41  [ "Semaphore runtime calls", "index.html#a55", [
42  [ "User space", "index.html#a5", null ],
43  [ "ISR space", "index.html#a51", null ]
44  ] ],
45  [ "Message Queue calls", "index.html#a61", [
46  [ "User space", "index.html#a611", null ],
47  [ "ISR space", "index.html#a612", null ]
48  ] ],
49  [ "Task calls", "index.html#a8", null ],
50  [ "Div calls", "index.html#a9", null ]
51  ] ],
52  [ "Classes", "annotated.html", [
53  [ "Class List", "annotated.html", "annotated_dup" ],
54  [ "Class Index", "classes.html", null ],
55  [ "Class Members", "functions.html", [
56  [ "All", "functions.html", null ],
57  [ "Variables", "functions_vars.html", null ]
58  ] ]
59  ] ],
60  [ "Files", "files.html", [
61  [ "File List", "files.html", "files_dup" ],
62  [ "File Members", "globals.html", [
63  [ "All", "globals.html", null ],
64  [ "Functions", "globals_func.html", null ],
65  [ "Variables", "globals_vars.html", null ],
66  [ "Macros", "globals_defs.html", null ]
67  ] ]
68  ] ]
69  ] ]
70 ];
71 
72 var NAVTREEINDEX =
73 [
74 "annotated.html"
75 ];
76 
77 var SYNCONMSG = 'click to disable panel synchronisation';
78 var SYNCOFFMSG = 'click to enable panel synchronisation';