packFormat.js 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. var packFormat =
  2. [
  3. [ "Filename Conventions", "packFormat.html#Filenames", null ],
  4. [ "Pack Schema", "packFormat.html#PackSchema", null ],
  5. [ "Example of a *.pdsc File", "packFormat.html#PDSC_Example", null ],
  6. [ "/package element", "pdsc_package_pg.html", [
  7. [ "/package", "pdsc_package_pg.html#element_package", null ]
  8. ] ],
  9. [ "/package/keywords element", "element_keywords.html", null ],
  10. [ "/package/repository element", "element_repository.html", null ],
  11. [ "/package/dominate element", "element_dominate.html", null ],
  12. [ "/package/releases element", "element_releases.html", [
  13. [ "/package/releases/release", "element_releases.html#element_release", null ]
  14. ] ],
  15. [ "/package/requirements", "element_requirements_pg.html", [
  16. [ "/package/requirements/packages", "element_requirements_pg.html#element_packages", null ],
  17. [ "/package/requirements/compilers", "element_requirements_pg.html#element_compilers", null ],
  18. [ "/package/requirements/languages", "element_requirements_pg.html#element_languages", null ]
  19. ] ],
  20. [ "/package/taxonomy element", "element_taxonomy.html", [
  21. [ "/package/taxonomy/description", "element_taxonomy.html#element_taxonomyDescription", null ]
  22. ] ],
  23. [ "/package/apis element", "pdsc_apis_pg.html", [
  24. [ "/package/apis", "pdsc_apis_pg.html#element_apis", null ],
  25. [ "/package/apis/api", "pdsc_apis_pg.html#element_api", null ]
  26. ] ],
  27. [ "/package/generators element", "pdsc_generators_pg.html", [
  28. [ "/package/generators", "pdsc_generators_pg.html#element_generators", null ],
  29. [ "/package/generators/generator", "pdsc_generators_pg.html#element_generator", null ],
  30. [ "/package/generators/generator/select", "pdsc_generators_pg.html#element_gen_select", null ],
  31. [ "/package/generators/generator/exe", "pdsc_generators_pg.html#element_gen_exe", null ],
  32. [ "/package/generators/generator/eclipse", "pdsc_generators_pg.html#element_gen_eclipse", null ],
  33. [ "/package/generators/generator/web", "pdsc_generators_pg.html#element_gen_web", null ],
  34. [ "/package/generators/generator/.../command", "pdsc_generators_pg.html#element_gen_command", null ],
  35. [ "/package/generators/generator/.../argument", "pdsc_generators_pg.html#element_gen_argument", null ],
  36. [ "/package/generators/generator/project_files", "pdsc_generators_pg.html#element_gen_project_files", null ],
  37. [ "/package/generators/generator/files", "pdsc_generators_pg.html#element_gen_files", null ],
  38. [ "/package/generators/generator/files/file", "pdsc_generators_pg.html#element_gen_file", null ]
  39. ] ],
  40. [ "/package/devices element", "pdsc_devices_pg.html", "pdsc_devices_pg" ],
  41. [ "/package/boards element", "pdsc_boards_pg.html", [
  42. [ "/package/boards", "pdsc_boards_pg.html#element_boards", null ],
  43. [ "/package/boards/board", "pdsc_boards_pg.html#element_board", null ],
  44. [ "/package/boards/board/feature", "pdsc_boards_pg.html#element_board_feature", null ],
  45. [ "/package/boards/board/mountedDevice", "pdsc_boards_pg.html#element_board_mountedDevice", null ],
  46. [ "/package/boards/board/compatibleDevice", "pdsc_boards_pg.html#element_board_compatibleDevice", null ],
  47. [ "/package/boards/board/image", "pdsc_boards_pg.html#element_board_image", null ],
  48. [ "/package/boards/board/debugInterface", "pdsc_boards_pg.html#element_board_debugInterface", null ],
  49. [ "/package/boards/board/book", "pdsc_boards_pg.html#element_board_book", null ]
  50. ] ],
  51. [ "/package/conditions element", "pdsc_conditions_pg.html", [
  52. [ "/package/conditions", "pdsc_conditions_pg.html#element_conditions", null ],
  53. [ "/package/conditions/condition", "pdsc_conditions_pg.html#element_condition", null ],
  54. [ "/package/conditions/condition/accept", "pdsc_conditions_pg.html#element_accept", null ],
  55. [ "/package/conditions/condition/require", "pdsc_conditions_pg.html#element_require", null ],
  56. [ "/package/conditions/condition/deny", "pdsc_conditions_pg.html#element_deny", null ]
  57. ] ],
  58. [ "/package/components element", "pdsc_components_pg.html", [
  59. [ "Component Bundle", "pdsc_components_pg.html#Component_Bundle", null ],
  60. [ "Component Files", "pdsc_components_pg.html#Component_Files", null ],
  61. [ "Component Instances", "pdsc_components_pg.html#Component_Instances", null ],
  62. [ "RTE_Components.h", "pdsc_components_pg.html#RTE_Components_h", null ],
  63. [ "Pre_Include_Global_h", "pdsc_components_pg.html#Pre_Include_Global_h", null ],
  64. [ "Pre_Include_Local_Component_h", "pdsc_components_pg.html#Pre_Include_Local_Component_h", null ],
  65. [ "/package/components", "pdsc_components_pg.html#element_components", null ],
  66. [ "/package/components/bundle", "pdsc_components_pg.html#element_bundle", null ],
  67. [ "/package/components/.../component", "pdsc_components_pg.html#element_component", null ],
  68. [ "/package/.../files", "pdsc_components_pg.html#element_files", null ],
  69. [ "/package/.../files/file", "pdsc_components_pg.html#element_file", null ]
  70. ] ],
  71. [ "/package/examples element", "pdsc_examples_pg.html", [
  72. [ "/package/examples", "pdsc_examples_pg.html#element_examples", null ],
  73. [ "/package/examples/example", "pdsc_examples_pg.html#element_example", null ],
  74. [ "/package/examples/example/board", "pdsc_examples_pg.html#element_example_board", null ],
  75. [ "/package/examples/project", "pdsc_examples_pg.html#element_example_project", null ],
  76. [ "/package/examples/project/environment", "pdsc_examples_pg.html#element_example_project_env", null ],
  77. [ "/package/examples/example/attributes", "pdsc_examples_pg.html#element_example_attributes", null ],
  78. [ "/package/examples/example/attributes/component", "pdsc_examples_pg.html#element_example_attribute_component", null ]
  79. ] ]
  80. ];