82 lines
3.8 KiB
JavaScript
Executable File
82 lines
3.8 KiB
JavaScript
Executable File
/*
|
|
@licstart The following is the entire license notice for the
|
|
JavaScript code in this file.
|
|
|
|
Copyright (C) 1997-2019 by Dimitri van Heesch
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
@licend The above is the entire license notice
|
|
for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "CANopenNode", "index.html", [
|
|
[ "Change Log", "md_doc_CHANGELOG.html", null ],
|
|
[ "Device Support", "md_doc_deviceSupport.html", null ],
|
|
[ "Getting Started", "md_doc_gettingStarted.html", null ],
|
|
[ "LSS usage", "md_doc_LSSusage.html", null ],
|
|
[ "Object Dictionary", "md_doc_objectDictionary.html", [
|
|
[ "Definitions from CiA 301", "md_doc_objectDictionary.html#definitions-from-cia-301", null ],
|
|
[ "Operation", "md_doc_objectDictionary.html#operation", null ],
|
|
[ "Object Dictionary Example", "md_doc_objectDictionary.html#object-dictionary-example", null ],
|
|
[ "XML Device Description", "md_doc_objectDictionary.html#xml-device-description", null ],
|
|
[ "Object Dictionary Requirements By CANopenNode", "md_doc_objectDictionary.html#object-dictionary-requirements-by-canopennode", null ]
|
|
] ],
|
|
[ "Trace usage", "md_doc_traceUsage.html", null ],
|
|
[ "CANopen documentation", "md_example_DS301_profile.html", [
|
|
[ "Device Information", "md_example_DS301_profile.html#device-information", null ],
|
|
[ "PDO Mapping", "md_example_DS301_profile.html#pdo-mapping", null ],
|
|
[ "Communication Specific Parameters", "md_example_DS301_profile.html#communication-specific-parameters", null ]
|
|
] ],
|
|
[ "Modules", "modules.html", "modules" ],
|
|
[ "Data Structures", "annotated.html", [
|
|
[ "Data Structures", "annotated.html", "annotated_dup" ],
|
|
[ "Data Structure Index", "classes.html", null ],
|
|
[ "Data Fields", "functions.html", [
|
|
[ "All", "functions.html", "functions_dup" ],
|
|
[ "Variables", "functions_vars.html", "functions_vars" ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "Globals", "globals.html", [
|
|
[ "All", "globals.html", "globals_dup" ],
|
|
[ "Functions", "globals_func.html", "globals_func" ],
|
|
[ "Variables", "globals_vars.html", null ],
|
|
[ "Typedefs", "globals_type.html", null ],
|
|
[ "Enumerations", "globals_enum.html", null ],
|
|
[ "Enumerator", "globals_eval.html", "globals_eval" ],
|
|
[ "Macros", "globals_defs.html", null ]
|
|
] ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"CANopen_8h.html",
|
|
"group__CO__CANopen__301__fifo.html#gae038564001c68ab242a6f33756668ac5",
|
|
"group__CO__Emergency.html#gga0653c307fd6bc5238babf48e01c9fa02ae210dc1069c7b046527f7d7903ef82cb",
|
|
"group__CO__LSS.html#ggacb4c13e75306153eafd535e55ba0ca2ca12ca7fd4a3604cb8281fa7d58d1137e2",
|
|
"group__CO__ODgetSetters.html#gaad4d755515e8dccf3616f14fe3914bde",
|
|
"group__CO__SDOclient.html#ga754160e34089aea70f84d22b06eaff9e",
|
|
"group__CO__STACK__CONFIG__SRDO.html#ga61645e6ad8a02e356abde012434bedf9",
|
|
"group__CO__epoll__interface.html#ga2aef637d4f2f818a7d95a7bfac251132",
|
|
"structCO__LSSmaster__t.html#ad7ee57af199cfd615f6caa07358f0ce7",
|
|
"structCO__TPDO__t.html#a52c1e56f282549b0949721049bcc7e73"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation'; |