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
41
42
43
44
45
|
var NAVTREE =
[
[ "PSP-UFU documentation", "index.html", [
[ "Classes", "annotated.html", [
[ "Class List", "annotated.html", "annotated_dup" ],
[ "Class Index", "classes.html", null ],
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
[ "Class Members", "functions.html", [
[ "All", "functions.html", "functions_dup" ],
[ "Functions", "functions_func.html", "functions_func" ],
[ "Variables", "functions_vars.html", null ]
] ]
] ],
[ "Files", null, [
[ "File List", "files.html", "files" ],
[ "File Members", "globals.html", [
[ "All", "globals.html", null ],
[ "Enumerations", "globals_enum.html", null ],
[ "Enumerator", "globals_eval.html", null ]
] ]
] ]
] ]
];
var NAVTREEINDEX =
[
"_about_form_8cpp_source.html",
"_power_element_8h.html#ae98a0d9ac1aab1d3a057854f5ebdca1b",
"class_bus_form_base.html#a65fc5c09ea6d29267fdec67a353c0a46",
"class_constant_form_base.html#a8c2c85c2dbe59fc4831024ad4bb9e675",
"class_control_system_test_base.html#a96d99c0b620ed8087f3b88a3d582d807",
"class_element.html#ab0d0e20be9a36ae676202db753faeec9",
"class_generator_stab_form.html#a7973b5d0a05cf05a9606714f2e5fb357",
"class_inductor.html",
"class_load_form_base.html#aaa96d2ac7928d6bb44edd3371f09469d",
"class_node.html#aad806f85c0a0ce88935b79e3fdbd5de5",
"class_simulations_settings_form_base.html#a50c8793f91516bffad3a4e9649a4963d",
"class_sync_machine_form_base.html#a46fe41a58c06bedeab99cd190921e545",
"class_transfer_function_form_base.html#ab70bd59a35d2c588291e0fd65b7b043c",
"classwx_ribbon_metro_art_provider.html#a64892cbeb4809a944158eeeb64521992",
"struct_sync_generator_electrical_data.html#abe8b5c90c1b330c2c340def3973694c6"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
|